Progress
Report Builder
User’s Guide


LC

Returns a character string with the same characters as the specified string, but converts all uppercase letters in the string to lowercase.

SYNTAX

LC ( string ) 

string

A character expression (a constant, field name, or expression that returns a character value) that contains uppercase letters you want to convert to lowercase.

EXAMPLE

To convert the uppercase letters in a character field Prod-code, create a calculated field containing this expression:

LC(Prod-code) 

Sample data:

Prod-code    LC(Prod-code)
ABCD         abcd
ABCE         abce 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095