I can use num{$z,zzz,zzz,zzz,zz9.99} to make it display -ve sign, but
that defeats my main purpose, which is formatting the amount as per the
Currency code. (For example if its USD it prints with 2 decimals like
22.33, and if its Japan currency, it prints without decimals 22)That's
the reason i wanted to use num.currency{} but want to print -ve numbers
without braces.Any help in achieving the "-"ve sign instead of "()"
using num.currency{} would be highly appreciated !!