Result = Lower$ ( String )
Result = LCase$ ( String )
Returns a string converted to lower case.
PRINT Lower$("Gambas ALMOST Means BASIC !") gambas almost means basic !