Hello,
Finally, I love numbers, but they don't love me !
In this little code:
I wish to transform 48,39 to 48.39.
So, the answer of the debugger is:
java.lang.NumberFormatException: Invalid double: "48,39"
But this number would be 48.39
Something is wrong or am I wrong ?
Thanks
Finally, I love numbers, but they don't love me !
In this little code:
B4X:
If s.contains(",") Then s.Replace(",",".")
I wish to transform 48,39 to 48.39.
So, the answer of the debugger is:
java.lang.NumberFormatException: Invalid double: "48,39"
But this number would be 48.39
Something is wrong or am I wrong ?
Thanks