CountPermutations ( string )
To determine the number of permutations for a string of characters
Average rating: 4.8 (34 votes) Log in to vote
Maarten Witberg - Show more from this author
http://www.maatwerkdbs.nl |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
needs sub function (embedded here for efficiency). algorithm builds a formula along the lines of
((....( stringlength! / numberofduplicate1! ) / numberofduplicate2!)/.........)/numberofduplicateN!)
then evaluates it.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.