From: Andrew C. <and...@so...> - 2005-08-18 18:17:59
|
(Sorry again for the double/triple post) Ahhh.... thanks!!! Setting the locale did most of what I was looking for. One thing further that I added to get the $ in front of the number. format="'$%$.2d'" We are starting to use rlib more now. I had looked at it about a year ago and have come back. Nice work! Thanks again! Andrew > -----Original Message----- > From: Bob Doan [mailto:bd...@si...] > Sent: Thursday, August 18, 2005 2:07 PM > To: Andrew Cotter > Cc: rlib > Subject: RE: [Rlib-users] Please Try This > > > Make sure you have: > > rlib_set_locale($rlib, "en_US"); > > Money formatting: > > <field value="1234567.89" format="'%$.2d'" width="20" align="right"/> > > > - Bob > |