7.4

Table Of Contents
Syntax
instream external resname
path
endinstream()
If you want to create a reference to a text document (for example a sample data file), replace "external" by "cleartext.”
Argument
resname
String value specifying the alias to use to refer to this resource file.
path
String value specifying the path of the resource file.
Code Sample Example
This example creates the alias 'photo' that refers to the resource file c:\images\employees\JAdler.bmp.
Example
instream external photo
c:\images\employees\JAdler.bmp
endinstream()
%You can then reference the resource using the alias
showbitmap('photo',72,1,1)
IntToCur (function)
Converts an integer expression into a measure value.
Syntax
inttocur( expression ) currency value
Argument
expression
Integer value to be converted.
IntToFloat (function)
Converts an integer expression into a measure value.
Syntax
inttofloat( expression ) measure value
©2010 Objectif Lune Inc - 295 -