Skip to main content

ISERROR

Returns TRUE if the value is any error value, FALSE otherwise.

CategoryInformation
SyntaxISERROR(value)

Parameters

ParameterRequiredDescription
valueRequiredThe value to test for an error.

Example

ISERROR(1/0)         // → TRUE

Auto-generated from the EngCanvas function registry.