User Tools

Site Tools


syntax:functions:iferror

This is an old revision of the document!


IfError(expression1, expression2)

Returns the result of expression2 if the result of expression1 is error. Otherwise returns the result of expression1.

Expression Result
IfError( 1 / 0, 'Eternity' ) Eternity
IfError( 1 + 0, 'Eternity' ) 1

See also

syntax/functions/iferror.1465358684.txt.gz · Last modified: 2016/06/08 00:04 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki