The Password()
function generates a random strong password text.
Syntax
Password()
Password(num_chars)
Returns
A text that contains a randomly generated strong password with a specified number of charachers.
The default number of characters is 8.
Parameters
num_chars
– the number of characters of the generated password. If no parameter is used,Password()
will use the default of 8 characters.