Difference between revisions of "UPSTR - Convert a string to upper case (Reports & Settings Report Generator function)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
 
Line 24: Line 24:
  
 
== See also ==
 
== See also ==
[[CAPSTR - Capitalises the first letter of each word in a string (Reports & Parameters Report Generator function)|$CAPSTR]], [[LOSTR - Convert a string to lower case (Reports & Parameters Report Generator function)|$LOSTR]].
+
[[CAPSTR - Capitalises the first letter of each word in a string (Reports & Settings Report Generator function)|$CAPSTR]], [[LOSTR - Convert a string to lower case (Reports & Settings Report Generator function)|$LOSTR]].
[[Category:Reports & Parameters Report Generator functions]]
+
[[Category:Reports & Settings Report Generator functions]]

Latest revision as of 13:05, 22 September 2016

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.