- 16 Apr 2024
- 1 Minute to read
- DarkLight
CreatePassword
- Updated on 16 Apr 2024
- 1 Minute to read
- DarkLight
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(<length>)
Examples
The following Expression returns a String that contains a random password with 20 alphanumeric characters:
CreatePassword(20)