Scripting > UNICOM Intelligence Function Library > Text functions > LCase
 
LCase
Returns a string that has been converted to lower case.
Syntax
LCase(Val)
Parameters
Val
Type: Text
Text value to be converted to lower case. See also Specifying text strings as arguments.
(return)
Type: Text
Lowercase copy of Val.
Remarks
The input string is converted to lower case, according to the rules of the input locale.
If the current data value is NULL, Val is "" and the return value is "".
Example
This example uses the LCase function to return a copy of the contents of the address variable converted to lower case:
address.LCase()
For a mrScriptBasic example that uses LCase, see 2: Getting a list of valid languages.
See also
AscW
Text functions