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 IBM® software application that executed the script.

Usage

Some IBM 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


Additional Documentation | Trademarks |