Converts lowercase letters to uppercase letters.
|
Syntax:
|
Upper(string)
|
Parameters:
|
string: An Alpha to convert.
|
Returns:
|
Alpha string converted to upper case
|
Example:
|
Upper('john') returns 'JOHN'
|
Note:
|
This function works according to the mgconst language.
|
See also:
|
Lower
The Online and Rich Client Samples projects (program ST04 and RST04)
|