Java
09-06-2009, 08:51 PM
*EDIT: * i mean "parsing number from a string?" sorry. what should i do to parse a number from a string? i tried this. Double leap = Double.parseDouble(this.yyyy);
View Full Version : parsing string to number?