Lower:




Syntax:

lower name

where: name is a text varible with its data type to be converted to lower case.



Program Example:

a$="Example";
lower a$
{Change the text a$ to example}

Program File

Application File




Return

Last Updated: July 1998.