Hi Gang,
I have variable that is dimensioned as a Double and I want to place a value in it from a edittext box. Do I need to do any string conversions first? I read that B4A handles this automatically, but I get compilation errors.
For example here is some sudo code:
Dim I as Double
I = edittext1.text
I have variable that is dimensioned as a Double and I want to place a value in it from a edittext box. Do I need to do any string conversions first? I read that B4A handles this automatically, but I get compilation errors.
For example here is some sudo code:
Dim I as Double
I = edittext1.text