fnNumberFormat ( number ; decimals ; dec_point ; thousands_sep )
Rate this function: Average rating: 3.1 (25 votes) Discuss this Custom Function
Andrew Butt, Drewsol
http://www.drewsol.com
This CF simply emulates PHP's number_format() function using identical parameters (http://us2.php.net/number_format).
Sample Input:
| fnNumberFormat ( 12345678.9012 ; 2 ; "." ; "," ) |
|
Sample Output:
|
Description:
This CF simply emulates PHP's number_format() function using identical parameters (http://us2.php.net/number_format).
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
This is my Custom Function and I want to
edit it
Discuss:5 most recent comments | Show all 6 comments Make a comment about this Custom Function (please try to keep it brief & to the point). Anyone can post:
|
Newest Custom Functions:
| 1. |
indonesian_date(date) |
| |
(Mon, Feb 06, 7:14pm) |
| 2. |
phpArrayValue ( array ; key ; pos ) |
| |
(Fri, Jan 27, 1:49pm) |
| 3. |
solfm_timeToMinutes (theTime;roundSec) |
| |
(Fri, Jan 20, 6:26am) |
| 4. |
filterLines(filterField;filterValue;Result) |
| |
(Sat, Jan 14, 2:20pm) |
| 5. |
getMaxValue ( theList ) |
| |
(Thu, Jan 12, 1:06pm) |
| 6. |
MiddleWordsIncPunct ( text ; startingWord ; numberOfWords ) |
| |
(Sat, Jan 07, 9:16am) |
| 7. |
WindowInfo |
| |
(Fri, Jan 06, 12:39pm) |
| 8. |
CenterWindow in Window vert horiz (demension) |
| |
(Fri, Jan 06, 12:25pm) |
 |
|
Hi Bruce,
Quite honestly, I paste this tag on all of my created CFs. Seeing that the phrase has become obsolete as of 2000, I'm removing it. However, these 'reserved rights' are what allow us to freely distribute our CFs in the first place! :)
Drew Wesley, Los Angeles, CA
May 09, 2009 12:03am