Lower$ / LCase $

Result = Lower$ ( String )

Result = LCase$ ( String )

Returns a string converted to lower case.

Example :

PRINT Lower$("Gambas ALMOST Means BASIC !")
=> gambas almost means basic !


Referenced by :