From: Ronald Fischer Date: 2007-08-23T18:34:49+09:00 Subject: Hash#keys, Hash#values order question Let h be a Hash. Calculating the arrays k=h.keys v=h.values under the assumption that h is not modified in between, is it guaranteed that for all indices n h[k[n]]==v[n] i.e. that Hash#values delivers the values in the same order than Hash#keys delivers the respective keys? When playing around, I found this always the case, but can I rely on it? Ronald -- Ronald Fischer Phone: +49-89-452133-162