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

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