Upper:




Syntax:

upper name

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



Program Example:

a$="Example";
upper a$
{Change the text a$ to EXAMPLE}

Program File

Application File




Return

Last Updated: July 1998.