Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with Common Classes > Static Properties and Methods > PP.getRandomString

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