LOTUSSCRIPT LANGUAGE


Err statement
Example

Sets the current error number.

Syntax

Err = errNumber

Elements

errNumber


Usage

The Err statement sets the current error number to an error number you specify. This may be any number in the range 0 to 32767 inclusive.

Example
See Also