From: Rochit Sen Date: 2012-10-25T15:35:29+09:00 Subject: Re: Issue in reading excel using Parseexcel > > 1.9.3-p194 :001 > temp = [] > 1.9.3-p194 :002 > [1,2,3].each do |element| > 1.9.3-p194 :003 > temp << element # appends the number to temp array > 1.9.3-p194 :004?> end > 1.9.3-p194 :005 > p temp > [1, 2, 3] Thanks for the clarification. -- Posted via http://www.ruby-forum.com/.