Public Sub AddKeyValList(ParamArray ValList())
Add a list of key/value pairs to the Dictionary
Helpers
Add a list of key/value pairs to the Dictionary
Return the key of the first element matching the specified value
Return a 1-based string array containing the keys of all elements matching the specified value. If UBound() of the returned array is 0, then no elements were found.
If three keys were returned, then the array data occupies indexes 1 to 3.
Is the element value for the specified key an object ?
Is there an element with the specified key in the dictionary ?
Return The list of keys as a zero based array of strings
Return The list of keys as a demlimited string, optionally quoting each element
Return The list of values as a zero based array of variants
Return The list of values as a demlimited string, optionally quoting each element