A AgeBlackItalia Member Licensed User Longtime User Apr 25, 2012 #1 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 ?
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 ?
Erel B4X founder Staff member Licensed User Longtime User Apr 27, 2012 #2 I mistakenly switch off the lib string_functions Click to expand... The string functions are part of the Core library which cannot be unchecked. dim temp as float temp = "1.23456" didn't work anymore Click to expand... Do you get an error message? Upvote 0
I mistakenly switch off the lib string_functions Click to expand... The string functions are part of the Core library which cannot be unchecked. dim temp as float temp = "1.23456" didn't work anymore Click to expand... Do you get an error message?
A AgeBlackItalia Member Licensed User Longtime User Apr 29, 2012 #3 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
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.