mkFormatDollarsWithCommas ( Amount )
Format a number as dollars, separated by commas and truncated to two decimal places. Uses recursion to avoid maximum limit on length of numbers to be formatted.
Average rating: 4.5 (33 votes) Log in to vote
Michael Kupietz - Show more from this author
Michael Kupietz FileMaker Consulting https://michaelkupietz.com |
mkFormatDollarsWithCommas ( -123 )
-$123.00
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)