Table of Contents

return

Description

Terminate execution of a script and return a value to the caller.

Function prototype

void return <variant:rval>

Arguments

Name Type Comment
rval variant The value to be returned to the caller.

Return value

None.

Example

return false

Comments

This function may be used in conjunction with RunScriptFile to create programs from multiple script files.

See also