This condition checks the type of a given string to see if it is or is not of the correct type.
Standard Properties
See Standard Condition Properties.
Advanced Properties
Operator
|
true |
True if the sting is true (1, true, yes or on). |
|
false |
True if the string is false (0, false, no or off). |
|
is empty |
True if the string is empty, meaning it contains no real data. |
|
is not empty |
True if the string has any data in it. |
String
The string to check. The value of the string will be substituted for virtual text before comparison.