SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎Value‎ > ‎

value.IsEmpty


Platform Objects


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 Methods
value.IsArray
value.IsNumeric
Value Object