PP.App.joinQueryParam

Syntax

joinQueryParam(param: String, val: String, queryString: String, sign: String);

Parameters

param. System parameter.

val. Parameter value.

queryString. Request string.

sign. Sign before the parameter.

Description

The joinQueryParam method substitutes the specified parameter to the request string.

Comments

The method returns a value of the String type.

Example

The method use is given in the example for PP.App.getQueryParam.

See also:

PP.App