Description
Returns true if the input value is null or empty or string has no characters.
Syntax
Function IsEmpty
Parameters
none
Return value
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 Methodsvalue.IsArrayvalue.IsNumericValue Object