+1 888 340 6572

UpperStr

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Converts the lower case letters of a specified string expression to upper case. If the string is already in upper case, the upper case string will be returned.

Usage

UpperStr("String")

Where:

String - a string expression to be converted.

Example

UpperStr("msft");

Will return a string expression "MSFT".

Notes

  • See LowerStr to convert a string to lower case.