Version 4.5.2
 —  Commands  —

EXIT

Description

Leave a procedure file and return to the previous procedure file or to Entire Connection.

You can also use this command to pass information back to the parent procedure file.

The EXIT command is always executed at the end of a procedure file, even if the last command is not explicitly EXIT.

Syntax

EXIT [{string|variable}...] 

Examples

Procedure File Example

Copyscr.ncp

Variables Returned

+RC - contains all values passed with EXIT (global variables are always available).

Related Commands

CANCEL

Usage

Procedure File: Yes
Command Line: No
Key: No
API: No

Top of page