Hi Kiran,
num.currency{} is a predefined numeric picture clause for currencies. What you can use is the following picture clause:
num{$szzz,zzz,zz9}
$ = currency symbol of he locale, s = '-' if value negative otherwise a space
Juergen
Hi Kiran,
num.currency{} is a predefined numeric picture clause for currencies. What you can use is the following picture clause:
num{$szzz,zzz,zz9}
$ = currency symbol of he locale, s = '-' if value negative otherwise a space
Juergen