This question could possible be posted in any of the other forums but I try here.
Might seem simple but this got me puzzled:
How to check if textfield is empty or not? I have tried
But that didn't work. I think that worked in VB.NET years ago...
Might seem simple but this got me puzzled:
How to check if textfield is empty or not? I have tried
B4X:
If textfield.text !="" then
code...
End If
Last edited: