
OFF READER
Purpose
To terminate the "READER Event Trigger" that executes a specific subroutine
when data is received from the reader ports.
Syntax
OFF READER(N%)
Remarks
"N%" is an integer variable, indicating the reader port.
It is 1 for portable terminals.
Example
ON READER(1) GOSUB BcrData_1
...
BcrData_1:
OFF READER(1)
BEEP(2000,5)
Data$ = GET_READER_DATA$(1)
CLS
PRINT Data$
See Also
ON READER… GOSUB…
OFF TCPIP 8xxx
Purpose
To terminate the "TCP/IP Event Trigger".
Syntax
OFF TCPIP
Remarks
"SubLabel" is the line label of a subroutine.
Example
OFF TCPIP
See Also
ON TCPIP GOSUB…
OFF TIMER
Purpose
To terminate the "TIMER Event Trigger" that is specified by the ON TIMER...
GOSUB... command.
Syntax
OFF TIMER(N%)
Remarks
"N%" is an integer variable in the range of 1 to 5, indicating the number of the timer
specified by the user.
Comentarios a estos manuales