Difference between revisions of "LOSTR - Convert a string to lower 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]], [[UPSTR - Convert a string to upper case (Reports & Parameters Report Generator function)|$UPSTR]].
+
[[CAPSTR - Capitalises the first letter of each word in a string (Reports & Settings Report Generator function)|$CAPSTR]], [[UPSTR - Convert a string to upper case (Reports & Settings Report Generator function)|$UPSTR]].
[[Category:Reports & Parameters Report Generator functions]]
+
[[Category:Reports & Settings Report Generator functions]]

Latest revision as of 13:04, 22 September 2016

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.