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 ?
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 ?