119
MANUAL DO USUÁRIO DC-2000 / PROGRAMA WINTASKGEN - Revisão 1.5
Description:
OPERAND1 holds the field number or name of the current record. This macro
gets the field data of the current record and stores it in OPERAND2.
Operand Data Type:
OPERAND1
numeric constant, fieldname
OPERAND2
numeric variable, string variable
Examples:
Where TEMPVAR is defined as a variable; then
Line No.
Operator
Source Operand
Destination
Operand
1
SEL
ORDER
2
SEK
10
3
GET
3
TEMPVAR
4.3.13 GTO
Syntax:
Operator
Source Operand
Destination Operand
GTO
OPERAND1
Description:
Point the current record pointer to a record number in the specified form.
Operand Data Type:
OPERAND1
numeric constant, numeric variable
Example:
1. Select the form named ORDER and go to the last record (RECORDP holds last
record number).
Line No.
Operator
Source Operand
Destination Op-
erand
1
SEL
ORDEM
2
GTO
10
3
GET
3
TEMPVAR