×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

LowerStr

143 bytes added, 07:35, 9 February 2012
no edit summary
Converts the uppercase upper case letters of a specified string expression to a lower case. If the string is already in lowercase, the returned string will be in lower case.
==== Usage ====
<syntaxhighlight>LowerStr("String")</syntaxhighlight>
Where: [[ :'''String]] ''' - a string expression to be converted ==== Example ====<syntaxhighlight>LowerStr("Return on Account"); will return a string expression "return on account"</syntaxhighlight> .
== Example ==
<syntaxhighlight>LowerStr("Return on Account");</syntaxhighlight>
Will return a string expression "return on account".
 
== Notes ==
* See [[UpperStr]] to convert a string to upper case.
[[Category:Text Manipulation]]

Navigation menu