7.6

Table Of Contents
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.
BarWidth
Measure value setting the width of each bar, in mils (0.001 inch).
Checksum
Boolean value that indicates if the checksum should automatically be calculated.
Readable
Boolean value that indicates if the human readable should be shown
ReadChecksum
Boolean value that indicates if the checksum value should be included in the human readable
Code Sample Example
showbarcodecode39('123456',12,true,true,false)
ShowBarcodeCode49 (procedure)
Displays a specified string as a Code 49 barcode.
©2010 Objectif Lune Inc - 595 -