Specifications
Features of Utility Program
This program has the following features: c
(1) The ability to enter the data read by the bar code pen reader into string variables.
(2) The ability to input the read data into the computer using a bar code pen reader
in place of a keyboard.
(3) The ability to input from either a keyboard or a bar code pen reader.
Each of these features is explained below.
(1) The procedure for entering data read by the bar code pen reader into string
variables is executed with the CALL command described below.
CALL &FF48, String Variable
* When this command is executed, the computer will enter a data input standby
mode.
When the data from the bar code pen reader is read, the data will enter the
string variables, and execution of the CALL command will be completed.
12