Returns true if the input value is null or empty or string has no characters.
Function IsEmpty
none
boolean - tells if the value is empty or not
Example
Sample code
If UserVar.IsEmpty Then Target.Message( "The variable is empty" )
See also
Platform Objects and Methods
value.IsArray
value.IsNumeric
Value Object