On Jul 18, 2011, at 9:36 AM, Steve wrote:
> I am wondering about the speed, but that is secondary.
Another factor in my code is being able to find the specific dictionary occurrence( roughly equivalent to a record occurrence for discussion purposes ) quickly. CF has a built-in binary search and sort options which is much faster than doing sequential searches.
Brian S