LOTUSSCRIPT LANGUAGE


Stop statement
Simulates the occurrence of a breakpoint.

Syntax

Stop

Usage

The Stop statement operates as follows when run on the server:


The Stop statement operates as follows when in debug mode (File->Tools->Debug LotusScript) on the client:


The Stop statement is legal within a procedure or class. It is not legal at the module level.

See Also