ArrayCombine ( array1 ; array2 ; startposition ; separator )
Returns a combined array from two separate arrays, similar to php's array_combine function.
Average rating: 4.7 (3 votes) Log in to vote
Julio Toledo - Show more from this author
Automation USA LLC https://www.automationusa.net |
array2 = "2¶4¶8"
startposition = "2"
separator = ": "
z: 8
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Yet another recursive function for combining two value lists (return separated arrays).
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.