FORMULA LANGUAGE
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.
Note This @function is obsolete in Release 7.
Syntax
@IfError( statement1 ; statement2 )
Parameters
statement1
statementReturn
Use $Error in the second statement to get the value of the error.
This command should be replaced with the following series of commands.
On Error statement of LotusScript language
Example See Also