GenerateRandomText (open)
Generate a random text
Syntax
LOADLIB "wh::crypto.whlib";
STRING FUNCTION GenerateRandomText(INTEGER len, STRING allowed_chars)Parameters
INTEGER lenNumber of random characters
STRING allowed_charsString with the allowed characters
Return value
STRINGA random text with the given length and allowed_chars