Val() dont works with decimal numbers
Posted: Sun Sep 18, 2016 6:24 pm
I'm retrieving the temperature as string from OpenWeather API.
The string is "22.28"
Val(string) return 22 .... the correct is return 22.28 !
This can be fixed ?
The string is "22.28"
Val(string) return 22 .... the correct is return 22.28 !
This can be fixed ?