Print

IsEmpty

This function will check if specified field contains empty value.

Syntax

IsEmpty("fieldName");

Function arguments

  • fieldName – (String) Name of the field containing value to be checked.

Return value

This function returns Boolean.
Returns true if specified field has no (empty) value

Examples

Example 1:
This will check if 'Amount’ field is empty and store return value in 'fieldStatus’ variable.

fieldStatus = IsEmpty("Amount");
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?