From: Raimon Fs Date: 2007-12-07T06:02:22+09:00 Subject: Re: array iterator that have more arrays that also need iter Xavier Noria wrote: > On Dec 6, 2007, at 9:12 PM, Raimon Fs wrote: > >> >> and I add those results into an array. > > @temp_result is already an array of ARs. yes, I mean I add this array into another array: @arr.push(@temp_result) >> what I see, with your suggestion, I have the same issue as before, I >> want to retrieve the values without knowing the attribute, only by the >> index: > > No, no. Please reread the code, it extracts the values without > touching the keys. I think that's what you want. yes, but the values where written at once: 82567.3695778.2113210.85 and I want separated, for adding them into a cell of a table, with value thanks, rai -- Posted via http://www.ruby-forum.com/.