STRLWR$(A$)

Purpose To return a string which is an all-lowercase copy of A$
Examples B$ = STRLWR$(A$)+Z$
C$ = STRLWR$(C$)
Comments: The second example shows how to convert a string to all lower case.
See Also STRUPR$( )

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual