LCASE$()

Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4 Armite F4 ArmiteH7 Picomite CMM2

Syntax:
LCASE$( string$ )

Description:
Returns ‘string$’ converted to lowercase characters.

It is useful before doing compare or sort operations on strings.

 

PRINT LCASE$("Colour Maximite")

Output
colour maximite

Last edited: 29 September, 2020