Search Results
7 functions found:
| 1. | csv.getValue (array; rowNum; [colNum]; [delimiter]) |
| Nicolas Bourré | |
| Returns a specific cell or row in a CSV table | |
| 2. | list.intersect (listA; listB) |
| Nicolas Bourré | |
| Returns the intersection list from listA and listB | |
| 3. | maxLength (lst; maximum) |
| Nicolas Bourré | |
| Function that returns the length of the longest value in a list. Useful for conditional formatting | |
| 4. | ProgressBar (steps; value) |
| Nicolas Bourré | |
| Simulate a simple progress bar using the Repeat function. | |
| 5. | stringWithParams (string; paramList) |
| Nicolas Bourré | |
| Function that substitute parameters in a string. The parameters are placeholders with a specific format. This function act some sort like the printf function in C. | |
| 6. | SuperContainer_noBorder (link) |
| Nicolas Bourré | |
| Shows no border in IE when given a SuperContainer link | |
| 7. | webviewer_button ( content; textCol; bgCol ) |
| Nicolas Bourré | |
| This function returns an HTML content formatted for a webviewer. | |