Number conversion stopped

AgeBlackItalia

Member
Licensed User
Longtime User
Hi all

Have a small problem.

My app regulary read int and floats from a database

I mistakenly switch off the lib string_functions

I noticed all of my string -> float commands stopped working
eg
dim temp as float
temp = "1.23456"
didn't work anymore

I switched the string library back on - refreshed
It still doesn't work

What am I doing wrong ?
 

AgeBlackItalia

Member
Licensed User
Longtime User
No - no error - the result was just zero.

Don't know what the problem was - but a fresh install of the Basi4android seemed to cure it. (strange)

I shall wait to see if it happens again.
 
Upvote 0
Top