SetQueryParam - cURIParser¶
Include: Use System\URI.pkg
Sets or replaces a query parameter value.
Type: Procedure
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sName |
String | Input value. |
sValue |
String | Input value. |
Syntax¶
Procedure SetQueryParam String sName String sValue
Call¶
Send SetQueryParam of hoParser "page" "2"
Description¶
Sets or replaces a query parameter value.