87
MANUAL DO USUÁRIO DC-2000 / PROGRAMA WINTASKGEN - Revisão 1.5
2. Click “Open” to browse Tasks in the computer.
3. Encontre e selecione o arquivo de Tarefas que deseja importar e clique em OK.
4. As Tarefas importadas aparecerão em “Project Name”.
System Variables
*(Asterisk)
* is a temporary storage register, representing the contents of the current data
entry after using INP or INX macro. It can be either numeric or string data type
Examples:
1. When TEMPVAR is a variable, then a procedure could have:
Line No.
Operator
Source Operand
Destination
Operand
1
INP
*
2
ADD
*
TEMPVAR
which will add input data to TEMPVAR.
Date
Stores date data with the format: MMDDYY (MM-month, DD-date, YY-year).
Examples:
1. When TEMPVAR is a variable, then a procedure could have:
Line No.
Operator
Source Operand
Destination
Operand
1
MOVE
DATE
TEMPVAR
which will move DATE data to TEMPVAR.
Dates
Stores date data in the short format: MMDD (MM-month, DD-date).
Examples:
1. When TEMPVAR is a variable, then a procedure could have
Line No.
Operator
Source Operand
Destination
Operand
1
MOVE
DATES
TEMPVAR
which will move DATES data to TEMPVAR.