Do you Know how to do that :
( MyTextBox.text = "1234")
i've got this error : " NumberFormatException"
It is not possible to do somthing like cint(MyTextBox.text) in order to get me a Integer of my text value ?
B4X:
if MyTextBox.text > 0 then
...
end if
( MyTextBox.text = "1234")
i've got this error : " NumberFormatException"
It is not possible to do somthing like cint(MyTextBox.text) in order to get me a Integer of my text value ?