Array.Create ( columnNames ; rowNames ; nullValue ; delimiter )
Creates an empty text array for use with other array.xxx functions found on this site.
Average rating: 4.6 (25 votes) Log in to vote
Richard Dyce - Show more from this author
Dyce & Sons Ltd. http://dyce.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
The function will create a pre-populated text array, given a list of column names and row names, as well as the delimiter and null value you want used.
The column and row names should be supplied as a list of values with the last value being terminated with ¶.
This is revised function, without recursion.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.