StrToUpper
|
String manipulation |
SYNTAX | StrToUpper( ''string'' ) |
RETURNS | STRING |
FUNCTION | This function converts input string to all upper case. |
EXAMPLE | Title = StrToUpper( "MiXeD
CaSe" ); |
SEE ALSO | StrToLower() function |
The StrToUpper function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.