StrToUpper
- convert to uppercase

String manipulation
(AmiBroker 4.80)


SYNTAX StrToUpper( ''string'' )
RETURNS STRING
FUNCTION This function converts input string to all upper case.
EXAMPLE Title = StrToUpper( "MiXeD CaSe" );
SEE ALSO StrToLower() function

References:

The StrToUpper function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.