AddConstantToListValues ( theList ; theConstant )
Concatenate each value in a list with constant piece of text.
Average rating: 4.1 (33 votes) Log in to vote
Simon Plint - Show more from this author
Thanks For The Memories http://thanks.com.au |
theConstant = "_Mark"
(cr: carriage return)
ID2_Mark
ID3_Mark
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
A recursive function that adds theConstant to each value in theList. theList is contains values separated by carriage returns.
Can be used to calculate a multi value match key from a multivalue key field and a constant.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.