All Commands
All Math & Logic
Commands
EMPTY
This is the best way to check if a value is empty.
It will automatically strip any spaces, tabs, carriage returns etc. from the string before it checks if it is empty.
This command will always return TRUE or FALSE.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | value | String | Value to be checked | |
2 | zero | Boolean | Include zero and false values as empty |
Not Empty Example
Not Empty
Empty
Empty
Simple Example
FALSE
TRUE
TRUE
True/False Example
FALSE
FALSE
FALSE
Variables Example
TRUE
FALSE
FALSE
Zero Example
FALSE
TRUE
TRUE
IF Commands
COMPAREELSE
ELSE_IF
IF
IIF
TOT_IF
VARIABLE Commands
ADDARRAY_CLEAR
ARRAY_JOIN
ARRAY_JSON
ARRAY_QTY_IN
ARRAY_SIZE
GET
GET_XML
IS_SET
ORDINAL
SET
SET_XML
VAR
VARS