
Purpose
To write version information to the system.
Syntax
VERSION(A$)
Remarks
"A$" is a string variable, indicating program name, date, etc.
The user can use this command to write version information to the system. Such
information can be checked from the "Version" submenu of the "System Menu".
Note that this command must be on the first line of the program; otherwise, it will
be ignored. The string for version information cannot exceed 15 characters.
Example
VERSION("CipherBASIC 2.0")
...
5.7 Barcode Reader Commands
The terminals are able to read barcode data from the reader ports. This section describes the
BASIC commands that are related to the reader ports of the terminals.
Commands for triggering the READER event: OFF READER, ON READER GOSUB...
CODE_TYPE
Purpose
To get the type of symbology being decoded upon a successful scan.
Syntax
A% = CODE_TYPE
Comentarios a estos manuales