Version 4.5.2
 —  Commands  —

GOTO

Description

Branch to another location in the procedure file.

The tag can be defined before or after the GOTO command.

Syntax

GOTO tag 

Example

Procedure File Examples

Findfile.ncp, Copyscr.ncp

Variables Returned

None

Related Commands

PERFORM

Usage

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

Top of page