IsNullOrEmpty Function
The IsNullOrEmpty function returns true if a field is null or empty.
Syntax
IsNullOrEmpty(field)
The IsNullOrEmpty function returns true if a field is null or empty.
Arguments
field
Field - A text field.
Remarks
Example:
IsNullOrEmpty(""); // returns true
Example:
IsNullOrEmpty("George Washington"); // returns false