|
| Syntax
result = MakeUpper (String) |
|
| Description:
Converts all the characters in the String
to uppercase characters and returns converted string. |
|
| Arguments:
String - String to convert. |
|
| Examples:
String = "Hello World"
Converted = MakeUpper(String)
Converted contains "HELLO WORLD" |
|
| MakeUpper function is included
in the lcbase.dll |