Programming Reference:Functions:CCRemoveParam
From CodeCharge Studio Community Wiki
Description
Removes a parameter from the GET query string.
Location
Common
Syntax
CCRemoveParam(QueryString, ParameterName)
Return value
String
Parameters
| Name | Type | Description | Required |
| QueryString | String | Query string from which the parameter is removed. | Yes |
| ParameterName | String | Name of the parameter to remove. | Yes |
See Also:
CCAddParam function