CodeCharge StudioRetrieves a value of the GET input parameter. If there is no value returned, the function returns the default value specified in the function call.
CCGetFromGet(ParameterName, DefaultValue)
| Name | Type | Description | Required |
|---|---|---|---|
| ParameterName | String | Name of the parameter to retrieve. | Yes |
| DefaulfValue | Variant | Value to return if parameter is not set. | Yes |