1. Formatting numeric values with thousands separator
- Posted by cp May 03, 2011
- 1125 views
For version 3.1 Is there a way to have printf() do this or can someone point me to archive object that contains the functionality. Thanks Again.
2. Re: Formatting numeric values with thousands separator
- Posted by jeremy (admin) May 04, 2011
- 1151 views
You could potentially port the 4.0 version of man:std_text#format to 3.1... maybe just the necessary parts of it.
Jeremy