LOTUSSCRIPT LANGUAGE


End statement
Example

Terminates execution of the currently executing script.

Syntax

End [ returnCode ]

Elements

returnCode


Usage

Some Lotus products do not expect a return value when an End statement executes. See the product's documentation. If the product does not expect a return value, you do not need to use returnCode. The product will ignore it if you do.

Language cross-reference

@Return function in formula language

Example
See Also