SetRep ( rep ; value )
Creates a simple array
Average rating: 3.9 (41 votes) Log in to vote
Stephen Dolenski - Show more from this author
Ocean West Inc. http://fmforums.com |
SetRep (2;"dog")&
SetRep (3;"fish")&
SetRep (4;table::field)
dog
fish
rodent
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Used in a calculation this will create a simple array based upon the values provided using a text string or a field. The calculation field should be defined as repeating.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.