LCASE$

From Macros Wiki
Jump to navigationJump to search

Up

Command

LCASE$
LCASE$
LCASE$ <a$>


Changes all characters in a text string to lowercase.

Parameters

<a$>
Text string or name of a string variable.

Example

b$ = LCASE$(c$)