RandomStringWithCharacterSet ( stringLength ; characterSet )
Returns a random string using a specified character set.
Average rating: 4.1 (35 votes) Log in to vote
Jeremy Bante https://github.com/jbante/ |
RandomStringWithCharacterSet ( 10 ; "abcXYZ123" );
RandomStringWithCharacterSet ( 10 ; "1234567890abcdefghijklmnopqrstuvwxyz-");
RandomStringWithCharacterSet ( 10 ; "aeiouyfb~!@#$%^&*()_+" )
)
2kn-w8zff-
b@^eafy!y@
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns a random string using a specified character set.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.