LCase()
Syntax
Result$ = LCase(String$)Description
Returns the string converted into lower case characters.
Parameters
String$ The string to convert into lowercase.
Return value
The string converted into lowercase.
Remarks
This function also supports accent letters, so if a upper 'É' is found, it will be transformed into 'é'.
Example
Debug LCase("This is Art") ; Will display "this is art"
See Also
UCase()
Supported OS
All