End statement (LotusScript® Language)

Terminates execution of the currently executing script.

Syntax

End [ returnCode ]

Elements

returnCode

Optional. An integer expression. The script returns the value of this expression to the HCL software application that executed the script.

Usage

Some HCL 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.

Example