Search Results
9 functions found:
| 1. | FormatNumber ( Number ; ThousandSep ; DecSep ) |
| SL, ITC | |
| The passed valueNumber is formatted with the passed Thousand & Decimal separators | |
| 2. | FormatNumber_Sub ( Number ; Counter ; ThousandSep ) |
| SL, ITC | |
| Needs | |
| 3. | ITC_date__WorkingDayNext ( inputDate ; HolidaysList ) |
| SL, ITC | |
| The next weekday of a given date (giving a list of all your closed days!) | |
| 4. | ITC_date__WorkingDayPrevious ( inputDate ; HolidaysList ) |
| SL, ITC | |
| The preceding weekday of a given date (giving a list of all your closed days!) | |
| 5. | ITC_list__DateToTextList ( valueList ) |
| SL, ITC | |
| Convert a list of dates in the format DD/MM/YYYY to a list of dates in the format YYYY/MM/DD | |
| 6. | ITC_list__MatrixHoriz ( valueList ; columns ) |
| SL, ITC | |
| Put the value of a list into a matrix of given columns number | |
| 7. | ITC_list__MatrixHoriz_loop (valueList;countOfValues;columns;sepArray) |
| SL, ITC | |
| Part of the CF | |
| 8. | ITC_list__TextToDateList ( valueList ) |
| SL, ITC | |
| Convert a list of dates in the format YYYY/MM/DD to a list of dates in the format DD/MM/YYYY | |
| 9. | TotalList ( valueList ) |
| SL, ITC | |
| Get the total of all number values of a given list | |