<< Click to Display Table of Contents >> Upper() |
|
Purpose
To convert lower case characters to upper case
Syntax
Upper( <cString>) cUpperString
Arguments
<cString> is the character string to convert
Returns
Upper() returns a copy of <cString> with all alphabetic characters converted to uppercase.