in reply to Re: Re: running backwards on a hash
in thread running backwards on a hash

As long as you don't change the hash, then all calls to keys (and therefore reverse keys) will return the same list, in the same order. If you modify the hash inbetween calls to keys then anything could happen.

Blessed Be
The Pixel

  • Comment on Re: Re: Re: running backwards on a hash

Replies are listed 'Best First'.
Re: Re: Re: Re: running backwards on a hash
by hotshot (Prior) on Dec 11, 2001 at 14:39 UTC
    Thanks guys, it realy helped

    Hotshot