RandomString ( text ; number )
generates a random string of characters of specified length.
Average rating: 4.0 (40 votes) Log in to vote
Rob Westergaard - Show more from this author
DataStorm Solutions http://www.DataStorm-Solutions.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Recursive function to generate a random string of characters of specified length. Don't use this in a calculation field, since Filemaker will evaluate the numeric "Random" function each time you refresh the calculation. This is helpful in a script step or auto-enter calculation for creating paasswords, for example.
Comments
Jeff Dressing Mar 18, 2021 |
||
This doesn't work if you pass in the number that is the length of the text. I am wanting to randomize a string. Something like: "abcdefg". -> "daegcfb" | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.