88
MANUAL DO USUÁRIO DC-2000 / PROGRAMA WINTASKGEN - Revisão 1.5
Time
Stores time data in the format: hhmmss (hh-hour, mm-minute, ss-second).
Examples:
1. When TEMPVAR is a variable, then a procedure could have:
Line No.
Operator
Source Operand
Destination
Operand
1
MOVE
TIME
TEMPVAR
Times
Stores time data in the short format: hhmm (hh-hour, mm-minute).
Examples:
1. When TEMPVAR is a variable, then a procedure could have:
Line No.
Operator
Source Operand
Destination
Operand
1
MOVE
TIMES
TEMPVAR
Recordp
A record pointer pointing at the current record of the selected FORM. It could
capture the current record number for other programming purposes.
Examples:
1. When TEMPVAR is a variable, then a procedure could have:
Line No.
Operator
Source Operand
Destination
Operand
1
MOVE
RECORDP
TEMPVAR
Recordl
This moves the record pointer to the end of file. Examples:
1. When TEMPVAR is a variable, then a procedure could have:
Line No.
Operator
Source Operand
Destination
Operand
1
MOVE
RECORDP
TEMPVAR