N
Nico Ritsche
Gary said:Can you cut, paste, and post the snippit of code you are using to
display your incorrect results?
I diplay the result like this (in a rails rhtml.file, so there are
actually <% %> around the statements):
pi_array_sorted.each do |a|
a[0].titleize
... some other code ...
end
Well, maybe I need to strip down the example a bit, and test it with
simpler hashs without nested arrays as values. I suspect that the nested
arrays could be the problem...