Trap the null value?

conf

Member
I trap the null value input of Textbox with this code:

B4X:
If Textbox.Text = "" then
...
...
...

It's ok but if the value is " " (space), it's can't trap. Do you have any idea?

Thank you :D
 
Top