Hi,
I started to have a error today after upgrade from 6.5 to 7.8 Version of B4A.
java.lang.NumberFormatException: For input string: "1,651.4"
All doing fine til today. There is any config somewhere that I mess up?
Thank you
I started to have a error today after upgrade from 6.5 to 7.8 Version of B4A.
java.lang.NumberFormatException: For input string: "1,651.4"
B4X:
Dim x As Double
x = Total + Cursor1.GetDouble("ACERTO")
Total = NumberFormat(x,1,2)
All doing fine til today. There is any config somewhere that I mess up?
Thank you