Difference between revisions of "LowerStr"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Converts the uppercase letters of a specified string expression to a lowercase. ==== Usage ==== <syntaxhighlight>LowerStr("String")</syntaxhighlight> Where: String -...")
(No difference)

Revision as of 14:31, 25 January 2012

Converts the uppercase letters of a specified string expression to a lowercase.

Usage

LowerStr("String")

Where: String - a string expression to be converted

Example

LowerStr("Return on Account");  will return a string expression "return on account"