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

From Catalyst
(Redirected from REF:rprgfupstr)
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.