User`s guide
184
CipherLab BASIC Compiler
User's Guide
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%) Indicating 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.
OFF_TCPIP Indicating the command OFF TCPIN is processed.
OFF_TIMER(N%) Indicating the command OFF TIMER is processed. N% is the
number of the timer.
OFF_TOUCHSCREEN Indicating the command OFF TOUCHSCREEN is processed.
ON_COM(N1%,N2%) Indicating the command ON COM GOSUB is called. N1% is the
umber of the COM port; N2% is the line number of the
subroutine to branch to.
ON_ESC(N%) Indicating the command ON ESC GOSUB is called. N% is the
line number of the subroutine to branch to.
ON_GOSUB(N%) Indicating the command ON GOSUB is called. N% is the line
number of the subroutine to branch to.
ON_GOTO(N%) Indicating the command ON GOTO is called. N% is the line
number of the subroutine to branch to.
ON_HOUR_SHARP(N%) Indicating the command ON HOUR_SHARP GOSUB is called.
N% is the line number of the subroutine to branch to.
ON_KEY(N%) Indicating the command ON KEY GOSUB is called. N% is the
line number of the subroutine to branch to.
ON_MINUTE_SHARP(N%) Indicating the command ON MINUTE_SHARP GOSUB is
called. N% is the line number of the subroutine to branch to.
ON_READER(N1%,N2%)
Indicating the command ON READER GOSUB is called. N1% is
the number of the reader port; N2% is the line number of the
subroutine to branch to.
ON_TCPIP(N%)
Indicating the command ON TCPIP GOSUB is called. N% is the
line number of the subroutine to branch to.