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


ResolveAsInt

Declaration:TAssocArray.ResolveAsInt (Key: string): integer;
The function ResolveAsInt tries to find the entry corresponding to the key Key and returns the associated value as an integer number. If Key does not exist (or, if Key does not match because IgnoreCase is set to false), the function returns a zero value. Strings are automatically converted to numbers (if possible).