7.4

Table Of Contents
Arguments
functionname
String value specifying the name of the function or procedure.
parameters
Comma separated list of parameters required by the specified function or procedure.
BitmapWidth/BitmapHeight (function)
Returns the width or height, in inches, of a bitmap image resource, at the specified resolution.
Syntax
Bitmapwidth( name, resolution ) measure value
Bitmapheight( name, resolution ) measure value
Argument
name
String value that specifies the name of the bitmap image resource.
resolution
Integer value that specifies the resolution at which you want to measure the width or height of the bitmap.
Code Sample Example
This example sets the variable maxwidth to the width of the bitmap 'fingerprint' at a resolution of 150 DPI, and the variable
maxheight to the height of the same bitmap at a resolution of 200 DPI.
Example
&maxwidth := bitmapwidth( 'fingerprint', 150 )
&maxheight := bitmapheight( 'fingerprint', 200 )
C128 (function)
This function is deprecated and should be replaced by ShowBarcodeCode128 (procedure) whenever encountered. It
is kept for backwards compability.
Converts a two-character string to Code 128 bar code, character set C data.
Syntax
c128( string ) string value
Argument
string
String value composed of two characters.
©2010 Objectif Lune Inc - 482 -