7.4

Table Of Contents
barwidth
Width of one barcode bar, in mils (0.001 inch).
readable
Boolean that enables display of the human readable portion of the barcode
Code Sample Example
showbarcodecode128('123456789',0,12,true)
ShowBarcodeCode16k (procedure)
Displays a specified string as a Code 16k barcode.
Syntax
showbarcodecode16k( str, mode, barwidth)
Arguments
str
Value of type string to display as a barcode.
Mode
Mode (0-7) of the Code 16k barcode
barwidth
Width of one barcode bar, in mils (0.001 inch).
Code Sample Example
showbarcodecode16k('12345',4,12)
ShowBarcodeCode39 (procedure)
Displays a specified string as a Code 3 of 9 barcode.
Syntax
showbarcodecode39( str, barwidth, checksum, readable, readchecksum)
Arguments
str
Value of type string to display as a barcode.
©2010 Objectif Lune Inc - 341 -