Is it possible to iterate through all elements in an associative array?
I would like to use a loop to iterate through all values in an associative array. For the life of me, I cannot find the interator function for associative arrays. Is it simply impossible to step through all values in an associative array if they are not at pre-known keys?! In my associative array, the keys are strings and the values are lists. I need to iterate through the entire associative ...
dale_lehman