7.4

Table Of Contents
Syntax
showbarcodeupca( str, subset,[readable, barwidth] )
Arguments
str
Value of type string to display as a barcode.
Subset
The subset of UPC-A to use
0 UPC-A
1 UPC-A ext.2
2 UPC-A ext.5
readable
Optional boolean that enables display of the human readable portion of the barcode. Default = True.
barwidth
Optional width of one barcode bar, in mils (0.001 inch). Default = 12mils.
Code Sample Example
showbarcodeupca('123456789012',0)
ShowBarcodeUPCE (procedure)
Displays a specified string as a UPC-E barcode.
Syntax
showbarcodeupce( str, subset,[readable, barwidth] )
Arguments
str
Value of type string to display as a barcode.
Subset
The subset of UPC-E to use
0 UPC-E
1 UPC-E ext.2
2 UPC-E ext.5
readable
Optional boolean that enables display of the human readable portion of the barcode. Default = True.
©2010 Objectif Lune Inc - 354 -