Programming Reference:Functions:CCAddParam

From CodeCharge Studio Community Wiki

Jump to: navigation, search

Description
Adds a parameter with the specified value into the GET query string. If the parameter with the specified name exists then its value is changed for ParameterValue.

Location
Common

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 String Value of the parameter. Yes

See also:
CCRemoveParam function, CCGetQueryString function


SAMPLE USAGE

Personal tools