syntax:functions:iserror
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| syntax:functions:iserror [2015/04/03 18:54] – elenap | syntax:functions:iserror [2021/08/16 04:57] (current) – craigt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== IsError(expression) ====== | ====== IsError(expression) ====== | ||
| + | Category: | ||
| - | Returns | + | \\ |
| + | =====Description===== | ||
| + | This function returns | ||
| - | ^ | + | \\ |
| - | | IsError( 100 / [FieldA] ) | + | =====Arguments===== |
| - | | IsError( 100 / [FieldA] ) | + | ^Argument^Type^Description^ |
| - | | IsError( left([FieldA], | + | |expression|Expression|Any expression that could potentially result in an error.| |
| + | **Return value type:** Boolean (TRUE/ | ||
| + | |||
| + | \\ | ||
| + | =====Examples===== | ||
| + | |||
| + | iserror( 100 / [FieldA] ) // | ||
| + | |||
| + | iserror( 100 / [FieldA] ) //Returns TRUE if [FieldA] is 0 | ||
| + | |||
| + | iserror( left([FieldA], | ||
| + | |||
| + | |||
| + | \\ | ||
| + | ===== See also ===== | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
| + | * [[syntax: | ||
syntax/functions/iserror.1428101650.txt.gz · Last modified: by elenap