238
CipherLab BASIC Programming Part I
LE? (N1%,N2%) Indicating the decision “IF N1% <= N2%” is processed.
LED(...) Indicating the command LED is processed.
LEFT$(X$,N%) Indicating the command LEFT$ is processed.
LEN(X$) Indicating the command LEN is processed.
LINE(...) Indicating the command LINE is processed.
LOCATE(N1%,N2%) Indicating the command LOCATE is processed.
LOCK Indicating the command LOCK is processed.
LT? (N1%,N2%) Indicating the decision “IF N1% < N2%” is processed.
MAIN_BATTERY Indicating the command MAIN_BATTERY is processed.
MENU(Item$) Indicating the command MENU is processed.
MEMORY_INFORMATION(N%) Indicating the command MEMORY_INFORMATION is processed.
MID$(X$,N%[ ,M%]) Indicating the command MID$ is processed.
MOD(N1%,N2%) Indicating a modulo operation is processed.
MOVE_TO(file%[,index%],recor
d_number%)
Indicating the command MOVE_TO is processed. file% is the
number of the DBF file; index% is the number of the IDX file;
record_number% is the record number to move to.
MOVE_TO_NEXT(file%[,index%]
)
Indicating the command MOVE_TO_NEXT is processed.
MOVE_TO_PREVIOUS(file%[,ind
ex%])
Indicating the command MOVE_TO_PREVIOUS is processed.
MUL(N1%,N2%) Indicating a multiplication is processed.
NEG (N1%) Indicating a negation is processed.
NEQ? (N1%,N2%) Indicating the decision “IF N1% <> N2%” is processed.
NCLOSE(N%)
Indicating the command NCLOSE is processed. N% is the
connection number.
NOT Indicating the logical operation NOT is processed.
NREAD$(N%)
Indicating the command NREAD$ is processed. N% is the
connection number.
NWRITE(N%,A$) Indicating the command NWRITE is processed.
OCT$(N%) Indicating the command OCT$ is processed.
OFF_ALL Indicating the command OFF ALL is processed.
OFF_COM(N%) In
dicating the command OFF COM is processed. N% is the
number of the COM port.
OFF_ESC Indicating the command OFF ESC is processed.
OFF_HOUR_SHARP Indicating the command OFF HOUR_SHARP is processed.
OFF_KEY(number%) Indicating the command OFF KEY is processed.
OFF_MINUTE_SHARP Indicating the command OFF MINUTE_SHARP is processed.
OFF_READER(N%)
Indicating the command OFF READER is processed. N% is the
number of the reader port.