DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


Resolve

Declaration:TAssocArray.Resolve (Key: string): Variant;
The function Resolve tries to find the entry corresponding to the key Key and returns the associated value to the calling program. If Key does not exist (or, if Key does not match because IgnoreCase is set to false), the function returns a NULL value.

Hint: The recognition of keys depends on the setting of the property IgnoreCase.