6.0

Table Of Contents
164
Language Reference
4
TrimRight (function)
Removes trailing spaces from a string.
Syntax
trimright( string ) string value
Argument
string — String value to trim.
Code Sample Example
See “TrimLeft (function)” on page 163.
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) )
&Width (system variable)
System variable with a scope local to a specific object or group. The system initializes this variable to the
value of the Width property of the object’s or group’s Basic Attributes. You can reference and set this
variable in any PlanetPress Talk code you enter in the object, group, or page.
Syntax
&width measure value