LowerStr

From MultiCharts
Revision as of 14:31, 25 January 2012 by 194.84.116.138 (talk) (Created page with "Converts the uppercase letters of a specified string expression to a lowercase. ==== Usage ==== <syntaxhighlight>LowerStr("String")</syntaxhighlight> Where: String -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"