+1 888 340 6572

UpperStr: Difference between revisions

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

Revision as of 14:43, 25 January 2012

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"