Returns an item's value out of the collection either by index or by string key.
Note if you want both the key and value returned as an object use the Get() method.
o.Item(Key)
Return Value
returns value or NULL if key doesn't exist
Parameters
Key
Key string or Index integer to retrieve
If specifying a numeric index and you specify a number larger than the collection size an error is generated.
See also:
Class wwNameValueCollection | wwNameValueCollection::Get© West Wind Technologies, 2023 • Updated: 12/27/18
Comment or report problem with topic