7.6

Table Of Contents
Code Sample Example
showbarcodecode11('123456789',12,true,true,false)
ShowBarcodeCode128 (procedure)
Displays a specified string as a Code 128 barcode.
Syntax
showbarcodecode128( str, subset, barwidth, readable)
Arguments
str
Value of type string to display as a barcode.
subset
Integer specifying the subset of the barcode to use.
Value Subset
0 A
1 B
2 C
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.
©2010 Objectif Lune Inc - 594 -