Function CSPParamSet::operator []()

Description:
Retrieves the requested client parameter by index. Same as member function GetParam().

Prototype:
const CSPParam& operator [](unsigned long ulIndex) const;

Arguments:
  • unsigned long ulIndex [IN]
    The index of the requested parameter.



Return value:
Returns a reference to the requested parameter.

Remarks:
See member function GetParam().

Examples:
CSPString strFParamName = Request.Form[ 0 ].GetName();
CSPString strFParam = Request.Form[ 0 ].GetValue( 0 );

See also:
member function GetParam()
CSPParamSet | Intrinsic objects and classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd