January 1st, 2011, 06:29 PM
|
#4 (permalink)
|
|
Member
Join Date: Jun 2010
Location: Wisconsin
Posts: 365
Device(s): Droid X2
Thanks: 6
Thanked 44 Times in 43 Posts
|
I'm thinking you could do something along the lines of get the number as 231,24 (, as .) Then getStringValueOf(), then search the string from string.charAt(0) to string.charAt(string.length) or along those lines, posting from my phone. When getting charAt(pos), check if its a , and if it is, change.it to a . , then do ur equasions, then do the same thing, but backwards. Check for a . And replace it with a ,
|
|
|