GOTO

Syntax

Example

Description/Remarks

GOTO [ cell_reference]

GOTO [C3] goes to cell C3.

Goes to a specified cell in data entry template.

This command does not return a value.

Note: SVARs can be used to create a variable cell reference. For example, if you set the value of SVAR 1 = “A2” and then execute a command such as ‘GOTO [SVAR 1]’, the template will go to Cell A2. (MySVars and MySArrs cannot be similarly used for variable cell references.)