DoGetHtmlQueryString - cWebAspClassicObject
Obtains the value of any ASP variables
Type: Function
Return Data Type: String
Parameters
| Parameter | Type | Description |
|---|---|---|
| lpszVariable | String | Query string variable to retrieve value of |
Syntax
Function DoGetHtmlQueryString String lpszVariable Returns String
Call Example
Get DoGetHtmlQueryString lpszVariable to StringVariable
Description
DoGetHtmlQueryString can be used to obtain the value of any ASP variables. The value from the variable name named lpszVariable will be returned as a string. This can also be used to get the value passed to the right of a URL following a "?".
DataFlex Code
String sQueryString sValue
Get DoGetHTMLQueryString sQueryString to sValue
Return Value
Returns the value of the variable name as a string