EasyManua.ls Logo

CipherLab 8 Series

CipherLab 8 Series
263 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
87
Chapter 4 BASIC Commands
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
BcrType$ = “Code 39”
ELSE IF CODE_TYPE = 66 THEN
BcrType$ = “Italian Pharmacode”
END IF
PRINT “Code Type:”, BcrType$
RETURN
See Also GET_READER_SETTING, READER_SETTING

Table of Contents

Related product manuals