Table of Contents

, , ,

GENERATE_PWD

Description

Generates random string that can be used as string password

Parameters

  1. Min. number of characters in the password
  2. Max. number of characters in the password
  3. Number of capital letters
  4. Number of digits
  5. Number of special characters

Example

Object.Pwd = GENERATE_PWD(8,15,2,2,2)