LetterCount ( text ; summary )
Returns the letter counts within a string
Average rating: 3.7 (3 votes) Log in to vote
Richard Dyce - Show more from this author
Dyce & Sons Ltd. http://dyce.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This returns a list of letter counts for a string. It's used in the ShannonEntropy() function for calculating the strength of passwords. The second parameter should be left blank, as it's used for recursion.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.