LOSTR - Convert a string to lower case (Reports & Settings Report Generator function)

From Catalyst
Revision as of 13:04, 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

$LOSTR{string}

Description

Convert a string into lower case.

$LOSTR{"MR BOB MONEYBAGS"}
The above in a text formula would result in 'mr bob moneybags'.
$LOSTR{A03}
Would convert the account name to lower case.


Parameters

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

Returns

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

See also

$CAPSTR, $UPSTR.