UPSTR - Convert a string to upper case (Reports & Settings Report Generator function)

From Catalyst
Revision as of 13:05, 22 September 2016 by ThrashBot (talk | contribs) (Updated from revision control)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

$UPSTR{string}

Description

Convert a string into upper case.

$UPSTR{"Mr Bob Moneybags"}
The above in a text formula would result in 'MR BOB MONEYBAGS'.
$LOSTR{A03}
Would convert the account name to upper case.


Parameters

string
A text parameter that can not be omitted.
Input Text.

Returns

A text value. Will return the text string all in upper case.

See also

$CAPSTR, $LOSTR.