String.IsEmpty
From Xojo Documentation
Method
Returns True if the String is empty.
Notes
This is equivalent to String.Length = 0.
Examples
Check if the user entered data in a TextField:
See Also
String for a complete list of functions.
Returns True if the String is empty.
This is equivalent to String.Length = 0.
Check if the user entered data in a TextField:
String for a complete list of functions.