CodeCharge Studio

CCAddParam Function (Perl)

Description

Adds a parameter with the specified value into the GET query string. If the parameter exists, its value will be changed for ParameterValue.

Syntax

CCAddParam(QueryString, ParameterName, ParameterValue)

Return value

String

Parameters

Name Type Description Required
QueryString String Query string to which a parameter is added. Yes
ParameterName String Name of the parameter. Yes
ParameterValue String Value of the parameter. Yes

See also:

CCRemoveParam function,
CCGetQueryString function


On-line, printable versions and updates