User Tools

Site Tools


syntax:functions:isempty

This is an old revision of the document!


IsEmpty(expression)

Category: Logical function


Description

This function returns TRUE if the result of expression is an empty value. Otherwise, it returns FALSE.


Arguments

ArgumentTypeDescription
expressionExpressionAny expression that could potentially result in an empty value.

Return value type: Boolean (TRUE/FALSE)


Examples

isempty( [FieldA] )  //Returns TRUE if [FieldA] is empty
isempty( [FieldA] )  //Returns FALSE if [FieldA] holds the value 'Something'


See also

syntax/functions/isempty.1629104350.txt.gz · Last modified: 2021/08/16 04:59 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki