GENERATE_PWD
Description
Generates random string that can be used as string password
Parameters
- Min. number of characters in the password
- Max. number of characters in the password
- Number of capital letters
- Number of digits
- Number of special characters
Example
Object.Pwd = GENERATE_PWD(8,15,2,2,2)