fast lookups of associative arrays
529051Jan 3 2007 — edited Jan 4 2007ver 9.2
seems like to find any particular key you must loop through the keys until you find the one your looking for then access the value.
Is there a way to go directly to the key if you know the key you are looking for with an associative array?