CodeCharge Studio

CCAddParam Function (ASP)

Description

Add the parameter with specified value into the GET query string. If the parameter with given name exist 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 the parameter is added. Yes
ParameterName String Name of the parameter. Yes
ParameterValue Variant Value of the parameter. Yes

See also:

CCRemoveParam function


On-line, printable versions and updates