CreatePassword
  • 16 Apr 2024
  • 1 Minute to read
  • Dark
    Light

CreatePassword

  • Dark
    Light

Article summary

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)


Was this article helpful?

What's Next