7.5

Table Of Contents
Example
c128(@(5,12,13))
Char (function)
Returns the character whose ASCII value is specified.
Syntax
char( value ) string value
Argument
value
Integer value between 0 and 255, specifying the ASCII index of the character.
Example
show(char(84)+char(97)+char(108)+char(107))
% This displays the word "Talk"
CurToStr (function)
Converts a currency expression into a string value.
Syntax
curtostr( expression ) string value
Argument
expression
Currency value to convert.
ExpandString (function)
Returns a string that contains the data from a Workflow tool variable. Any variable available to the Workflow tool can be used
here.
Syntax
ExpandString(stringtoexpand: string) string
Arguments
stringtoexpand
The Workflow tool variable string to expand. This can be local and global variables, job infos, as well as any other variable
such as %o, %j, %y, etc.
Return Value
Returns the resulting expanded string.
©2010 Objectif Lune Inc - 541 -