7.6

Table Of Contents
Argument
string
String value to trim.
Code Sample Example
"TrimLeft (function)" (page 548)
UpperCase (function)
Convert a string to all upper case characters.
Syntax
uppercase( string ) string
Argument
string
String value you want to convert to upper case. The string may be a mix of upper and lower case characters.
Code Sample Example
This example illustrates uppercase().
Example
&month := uppercase( @(1,60,70) )
xmlGet()
Retrieves a data selection value through the structure of an XML file. This function uses a single parameter specifying the Path
of the value to be retrieved. This function returns a string. The return value is an empty string if no value is found or if the spec-
ified Element is invalid or not found.
Syntax
xmlGet(path:string) string value
Arguments
path
The XMLPath of the value you want to retrieve. The path must correspond to a single entry in the XML, thus is not a complete
XPath with regular expressions and variables.
Code Sample
These are examples of xmlGet()commands returning data from an XMLfile. Note that these will most likely not work with
your own XMLeven if you tried, as the path is completely dependent on the exact structure of your XMLData file.
©2010 Objectif Lune Inc - 549 -