-->
Page 1 of 1

Val() dont works with decimal numbers

PostPosted: Sun Sep 18, 2016 6:24 pm
by aphawk
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 ?