Search Results
5 functions found:
| 1. | FmListToArray ( ~list ) |
| Benedick Miller | |
| Converts a FileMaker List to a JSON Array | |
| 2. | maxListValue ( ~list ) |
| Benedick Miller | |
| Returns the maximum value from a list | |
| 3. | minListValue ( ~list ) |
| Benedick Miller | |
| Returns the minimum value from a filemaker value list. | |
| 4. | SqlListToArray ( ~sql_list, ~column_delimiter ) |
| Benedick Miller | |
| Converts a List of delimited values to a JSON Array. | |
| 5. | SqlListToArrayList ( ~sql_list, ~column_delimiter ) |
| Benedick Miller | |
| Converts a List of delimited values to a List of JSON Arrays | |