Search Results
7 functions found:
| 1. | Amount2CSV ( amount ) |
| Martin Spanjaard, Trias Digitaal | |
| Formats an amount in csv format | |
| 2. | formatAmount( amount ; decimalSign ) |
| Martin Spanjaard, Trias Digitaal | |
| Formats an amount. Needs my other custom function formatN | |
| 3. | formatN ( naturalNumber ; separator ) |
| Martin Spanjaard, Trias Digitaal | |
| formats a natural number with thousand separators | |
| 4. | SUMLIST ( list ) |
| Martin Spanjaard, Trias Digitaal | |
| sums the numbers in a list | |
| 5. | TAB10() |
| Martin Spanjaard, Trias Digitaal | |
| Returns a string of 10 tab characters; helper function for XMLtab | |
| 6. | XMLtag ( tag ; content ; type ) |
| Martin Spanjaard, Trias Digitaal | |
| To be used in a script, returns correctly indentend xml | |
| 7. | XMLtag_sub ( nameValuePairs ) |
| Martin Spanjaard, Trias Digitaal | |
| Helperfunction to XMLtag. XMLtag_sub will quote the values in a string with one or more name= value pairs. | |