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