7.6

Table Of Contents
TrimLeft (function)
Removes leading spaces from a string.
Syntax
trimleft( string ) string value
Argument
string
String value to trim.
Code Sample Example
This example makes sure * delimiters are added immediately before and after a data selection.
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 548)
UpperCase (function)
Convert a string to all upper case characters.
Syntax
uppercase( string ) string
Argument
string
©2010 Objectif Lune Inc - 509 -