Crystal Reports for Eclipse Designer Guide

RTrim (str)

RTrim and TrimRight (str) are equivalent functions.
Description
RTrim removes all spaces to the right of the given string and returns it.
Arguments
  • str is a text string.
  • Returns
    String value
    Action
    RTrim removes all spaces to the right of the given string and returns it.
    Typical uses
  • Use this function any time there are trailing blanks in a text object that may interfere with an alignment of text strings, a character count, or with a calculation (if the string is eventually converted to a Number).
  • Use whenever you combine (concatenate) justified text strings and want to have the proper spacing between strings.
  • Examples
    RTrim("Al/4520/B12    ")
    Returns "A1/4520/B12".
    RTrim({file.REFERENCE})
    Returns "Bal Fwd." where {file.REFERENCE} contains the left-justified text string "Bal Fwd.    ".



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