Skip to Content
0
Former Member
Feb 16, 2011 at 04:14 PM

Currency symbols

53 Views

Hello,

I have run into a problem.

I have report that have value with currency symbols. I have a unicode field so I use chrW(). The system is now adding currency like the Hong Kong dollar, that is HK$. So the unicode would look like 72, 75, 36.

I have no idea how to deal with this.

I could place 36 in the unicode field and make an exception to have print HK+chrw(36) in case of the HK$ but I know that more currency like S$ will be added and then I would have to change all my reports again.

If there a clever way to do it?

Thanks