USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Look up a named value from a parallel field-list and value-list
Searches the field list (argument 0) for the parameter name and returns the corresponding value from the value list (argument 1). Both lists use the separator in argument 2 (default semicolon). Use this to unpack URL query string field/value pairs passed into a script.
| Parameter | Description |
|---|---|
| cmd | parameter name |
| Argument 0 | fieldlist |
| Argument 1 | valuelist |
| Argument 2 | separator |
GetParameter "parameter name", "fieldlist", "valuelist", "separator"