Crystal Reports for Eclipse Designer Guide

LCase (str)

LCase and LowerCase (str) are equivalent functions.
Description
LCase converts the given string to all lower case and returns it.
Arguments
  • str is a text string.
  • Returns
    String value
    Action
    LCase converts the given string to all lower case and returns it.
    Typical use
    A good use of this function is when a field contains both uppercase and lowercase letters and you want to convert all letters to lowercase for consistency.
    Examples
    LCase ("Description")
    Returns "description".
    LCase ({customer.FIRST NAME})
    Returns "ronald", where {customer.FIRST NAME} is "Ronald".
    LCase ("Ronald Black")
    Returns "ronald black".
    LCase ("ABC12345")
    Returns "abc12345".
    LCase ("BrEaD " + "AND " + "bUtTeR")
    Returns "bread and butter".
    Comments
    Numbers that are part of the text are not affected by the LCase function.
    See Also



  • SAP BusinessObjects
    http://www.sap.com/sapbusinessobjects/
    Support services
    http://service.sap.com/bosap-support/
    Product Documentation on the Web
    http://help.sap.com/