114
MANUAL DO USUÁRIO DC-2000 / PROGRAMA WINTASKGEN - Revisão 1.5
Line No.
Operator
Source Operand
Destination
Operand
1
INP
*
2
CKD
*
3
JMP
EQ
5
4
JMP
UC
1
4.3.5 CKT
Syntax:
Operator
Source Operand
Destination Operand
CKT
OPERAND1
Description:
Check if OPERAND1 is in the time format or not.
If OPERAND1 is in the time format, the flag is set to EQ;
If OPERAND1 is not in the time format, the flag is set to NE.
Operand Data Type:
OPERAND1: string variable
Examples:
In the verification process we define MACROs to reject data which is not in the
hhmmss time format.
Line No.
Operator
Source Operand
Destination
Operand
1
INP
*
2
CKT
*
3
JMP
EQ
5
4
JMP
UC
1
5
.
6
.
7
.