User Tools

Site Tools


syntax:functions:iserror

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
syntax:functions:iserror [2014/11/13 12:29] – created dmitrysyntax:functions:iserror [2015/04/03 18:54] elenap
Line 1: Line 1:
 ====== IsError(expression) ====== ====== IsError(expression) ======
  
-Returns true if result of //expression// is an error, otherwise returns false.+Returns TRUE if result of //expression// is an error. Otherwise returns FALSE.
  
 ^  Example  ^  FieldA  ^  Result  ^  Remarks  ^ ^  Example  ^  FieldA  ^  Result  ^  Remarks  ^
-| IsError( 100 / [FieldA] )  |  200 |  FALSE  | | +| IsError( 100 / [FieldA] )  |  200  |  FALSE  | | 
-| IsError( 100 / [FieldA] )  |  0 |  TRUE   | Error - division by zero | +| IsError( 100 / [FieldA] )  |  0  |  TRUE   | Error - division by zero | 
-| IsError( left([FieldA], 'ZZZ') )  | Red    |  TRUE   | Error - Inappropriate parameter |+| IsError( left([FieldA], 'ZZZ') )  |  Red    |  TRUE   | Error - Inappropriate parameter |
  
syntax/functions/iserror.txt · Last modified: 2021/08/16 04:57 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki