generatePassword ( _length ; _lowerLength ; _upperLength ; _numberLength ; _charLength )
Generate a password.
Average rating: 5.0 (1 vote) Log in to vote
Teruhiro Komaki - Show more from this author
frudens Inc. https://frudens.jp |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Generate a password.
# The following custom functions are required
frd_randomSort ( _string )
https://www.briandunning.com/cf/2475
frd_randomString ( _string ; _length )
https://www.briandunning.com/cf/2476
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.