CodeCharge Studio

CCGetFromGet Function (ASP)

Description

Retrieves a value of the GET input parameter. If there is no value returned, the function returns the default value specified in the function call.

Syntax

CCGetFromGet(ParameterName, DefaultValue)

Return value

String

Parameters

Name Type Description Required
ParameterName String Name of the parameter to retrieve. Yes
DefaulfValue Variant Value to return if parameter is not set. Yes

See also:

CCGetParam function,
CCGetFromPost function


On-line, printable versions and updates