×

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.

UpperStr - MultiCharts
Open main menu

UpperStr

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

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

Usage

UpperStr("String")

Where: String - a string expression to be converted

Example

UpperStr("msft");  will return a string expression "MSFT"