×

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

UpperStr

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

Navigation menu