PP.getRandomString

Syntax

getRandomString(length: Number);

Parameters

length. Length of the string to create.

Description

The getRandomString method returns string with specified length consisting of arbitrary Latin characters.

Comments

This method returns a String-type value.

Example

The example of use is given in the with description of the static method PP.getFirstMember.

See also:

PP