Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Functions in RAP (tabsheet Calc)

edited December 2009 in General
Hi,
you implemented standard function for string handling - CompareText,
LowerCase, UpperCase...
Problem is that those functions don't work with unicode.
For example (for code page 1250):
UpperCase('ešcržýáíé') = 'ešcržýáíé', but I need 'EŠCRŽÝÁÍÉ'...

Can you add AnsiLowerCase, AnsiUpperCase and AnsiCompareText?

P.S. I know - I can add my own functions, but I think that those functions
would be in standard list.

Thanks
Roman

Comments

  • edited December 2009
    Hi Roman,

    Thanks for the suggestion. We will consider enhancing the built-in function
    set of RAP for a later release of ReportBuilder. Currently (as you mention)
    you will need to add these routines to RAP your self using RTTI or PassThru
    functions.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.