User Tools

Site Tools


syntax:functions:isempty

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
syntax:functions:isempty [2014/11/13 12:24] – created dmitrysyntax:functions:isempty [2021/08/16 04:51] craigt
Line 1: Line 1:
 ====== IsEmpty(expression) ====== ====== IsEmpty(expression) ======
 +Category:  Logical function
  
-Returns true if result of //expression// is empty (i.e. empty string or nothing at all)otherwise returns false.+\\  
 +=====Description===== 
 +This function returns TRUE if the result of //expression// is an empty value Otherwiseit returns FALSE.
  
- Example  FieldA  Result  +\\  
-IsEmpty( [FieldA] )  Something   FALSE  +=====Arguments===== 
-| IsEmpty[FieldA]             |  TRUE  |+^Argument^Type^Description
 +|expression|Expression|Any 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:isboolean|IsBoolean(expression)]]
 +  * [[syntax:functions:iserror|IsError(expression)]]
 +  * [[syntax:functions:isinteger|IsInteger(expression)]]
 +  * [[syntax:functions:isnumber|IsNumber(expression)]]
 +  * [[syntax:functions:isnumeric|IsNumeric(expression)]]
 +  * [[syntax:functions:istext|IsText(expression)]]
syntax/functions/isempty.txt · Last modified: 2021/08/28 20:48 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki