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