LCase()
Syntax
Result$ = LCase(String$)Description
Returns the original string converted into lower case characters (if possible). 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"
Supported OS
All