Returns a null string ("") or the value of an alternative statement if a statement returns an error.
Note This @function is new with Release 6.
Syntax
@IfError( statement1 ; statement2 )
Parameters
statement1
statementReturn
Use $Error in the second statement to get the value of the error.
Language cross-reference
On Error statement of LotusScript language
Example See Also