7.4

Table Of Contents
Example
show('*'+trimleft(trimright(@(12,10,35)))+'*')
TrimRight (function)
Removes trailing spaces from a string.
Syntax
trimright( string ) string value
Argument
string
String value to trim.
Code Sample Example
"TrimLeft (function)" (page 549)
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.
©2010 Objectif Lune Inc - 550 -