Navigation:  Reference > Functions >

LowerCase()

Print this Topic Previous pageReturn to chapter overviewNext page

 

LOW(1)

 

PURPOSE

This function returns the A type field specified in lower case characters.

 

PARTS

1 f/c/eRequired - The value to use.  The original value is left unchanged.

 

RETURN TYPE - A

If the receiving field is too short, the remaining characters will be truncated.

 

SEE ALSO

UP(), PROP()

 

EXAMPLE

define x type a size 20

x = LOW('ABcdEFG')

// x = 'abcdefg'

 

 


Page url: http://www.cassoftware.com/tas/manual/lowercase().htm