General
The CreatePassword function returns a String that contains a random password with a given length.
Syntax
The syntax of the CreatePassword function is:
CreatePassword Functin Syntax
CreatePassword(<length>)
Examples
The following Expression returns a String that contains a random password with 20 alphanumeric characters:
CreatePassword Function Example
CreatePassword(20)