rendering multiple lines in fields

  • hi,
    i have a field that contains multiple values separated by chr(10), defined as right aligned; ex
    100 EUR+CH(10)+200 EUR; this gets rendered as following:
    100 EUR
     200 EUR
    if i consider
    100 EUR+CH(10)+200 EUR+chr(10) also another chr(10) at the end than rendering it is fine but an extra line will apear in report
    100 EUR
    200 EUR
    --extra line here

    plz advise if there it is a solution as extra line it is not nedded in the report

    after reserches i assumed that render considers chr(10) having a width (assuming may be false) also i tryied to find another character
    that the render will display as a blank space

    folowing it is working fine no extra line in the report
    100 EUR+CH(10)+200 EUR+chr(1)

    plz advise if i can consider this a solution for having right alignment corect and no extra line in report

    thanks in advance and best regards
    gabriel