UpperStr

From MultiCharts
Revision as of 07:19, 9 February 2012 by JoshM (talk | contribs)
Jump to navigation Jump to search

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".