Err statement (LotusScript® Language)

Sets the current error number.

Syntax

Err = errNumber

Elements

errNumber

A numeric expression whose value is an error number.

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