7.5

Table Of Contents
Code Sample Example
showbarcodepostnet('12345',0)
ShowBarcodeQRCode (procedure)
Displays a specified string as a QR Code barcode.
Syntax
showbarcodeqrcode( str, mode, errorcorrection, barwidth)
Arguments
str
Value of type string to display as a barcode.
Mode
Integer value of the QR Code mode to use.
Value Mode
0 Numeric
1 Alpha
errorcorrection
Integer value of the error correction level to use.
Value Mode
0 L
1 S
2 Q
3 H
barwidth
Integer value of the barwidth of a single bar in the QR Code
Code Sample Example
showbarcodeqrcode('123456',0,2,12)
ShowBarcodeRoyalMail (procedure)
Displays a specified string as a Royal Mail barcode.
Syntax
showbarcoderoyalmail( str)
©2010 Objectif Lune Inc - 352 -