Search Results
10 functions found:
1. | AllCombinations (theString) |
Average rating: 4.2 | |
Michael Kupietz, Michael Kupietz FileMaker Consulting | |
Lists all possible combinations of one or more characters contained in a string | |
2. | AllWordCombinations (theWords) |
Average rating: 4.2 | |
Michael Kupietz, Michael Kupietz FileMaker Consulting | |
List all possible subsets from a string of words | |
3. | EMLtoJSON ( emailText ; header ) |
Average rating: 5.0 | |
Michael Kupietz, Michael Kupietz FileMaker Consulting | |
Parses .EML formatted text to read header or body values, or return entire email as a JSON object | |
4. | func_ActiveTab |
Average rating: 4.1 | |
Michael Kupietz, Michael Kupietz FileMaker Consulting | |
Return the number of the currently active tab in a tab object | |
5. | mkConcatColumns (valueList1, valuelist2, delimiter) |
Average rating: 3.5 | |
Michael Kupietz, Michael Kupietz FileMaker Consulting | |
add two lists horizontally (list function with more than one field per row) | |
6. | mkForDo ( LoopVariable ; StartValueNum ; EndValueNum ; Function ) |
Average rating: 3.0 | |
Michael Kupietz, Michael Kupietz FileMaker Consulting | |
Implements a For...Do loop to run a function a fixed number of times with an increasing counter | |
7. | mkFormatDollarsWithCommas ( Amount ) |
Average rating: 4.5 | |
Michael Kupietz, Michael Kupietz FileMaker Consulting | |
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. | |
8. | mkListMerge(mergeString) |
Average rating: 3.5 | |
Michael Kupietz, Michael Kupietz FileMaker Consulting | |
Use a formatted string to output several fields from a list of records | |
9. | padJSON (JSON ; rowLabels ; columnLabels ) |
Average rating: 3.8 | |
Michael Kupietz, Michael Kupietz FileMaker Consulting | |
Pad out JSON string to two-dimensional array with null values | |
10. | recordAsJson |
Average rating: 4.0 | |
Michael Kupietz, Michael Kupietz FileMaker Consulting | |
Specify a local or related field to data entry fields from that field's record as JSON. Easy way to export, copy, or archive records. | |