LookupTable.LookupValue
LookupTable.LookupValue
The LookupValue method takes a key as a parameter and returns the corresponding value.
Syntax
Function LookupTable.LookupValue(varKey)
Parameters
- varKey
The parameter to the LookupValue method is a variant representing the desired key.
Return values
The value corresponding to the supplied key as a variant.
Example
For an example of this method, see LookupTable.Value.
Remarks
If this method is called on an empty LookupTable object, a NULL string is returned without any run-time errors.
See Also
Passport LookupTable Object | GeoID Dictionaries | LookupTable.Count | LookupTable.Key | LookupTable.KeyExists | LookupTable.LoadValues