Permutation ( ElementList ; PermList )
Recursive function to permutate a CR-separated list randomly
Average rating: 3.7 (39 votes) Log in to vote
Sven Siemsen - Show more from this author
FB&S Farenholtz & Partner GbR http://www.fb-s.biz |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This function shuffles the lines of a multi-line input.
Due to FM8's 10,000 recursive function call limit, no more than 10,000 lines can be shuffled with this function.
The second parameter is only used for recursion and should always be set to "", otherwise you may get unexpected results.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.