CODE_TYPE
Purpose
To get the type of symbology being decoded upon a successful scan.
Syntax
A% = CODE_TYPE
Remarks
"A%" is an integer variable to be assigned to the result.
Refer to the above table for code types.
Example
...
CheckCodeType:
IF CODE_TYPE = 65 THEN
ELSE IF CODE_TYPE = 66 THEN
...
END IF
PRINT "Code Type:", BcrType$
RETURN
See Also
GET_READER_SETTING, READER_SETTING
BcrType$ = "Code 39"
BcrType$ = "Italian Pharmacode"
Chapter 4
BASIC Commands
87
Need help?
Do you have a question about the 8 Series and is the answer not in the manual?