Hi Experts,
I my adobe form I have to print amount like $1,000.00 which should be right align.
amount can be $9,999,999,999.00.
The amount i am getting is 1,000.00 to add $ i moved it in a char type field & concatenate $ before that. But the problem is it is displaying like $1000.00 or $9999999999.00 i.e comma gone away, that is because of char type.
I even used $ as a sal=parate variable to print & then the amount field but due to the right align of amount it displays like "$ 100.00" which should be like "$100.00".
How can i concatenate $ in amount so that comma wont go away. or anyhow i can write it like $99,999,999.00.
Regards,
Nik