From: Marcin Kulisz Date: 2007-05-02T06:30:48+09:00 Subject: Re: file & split Logan Capaldo wrote: > this line is almost certainly wrong, what you wanted was probably > tab = line.split > to get the value of the 8th column you'd do > eighth_column = tab[7] thx for quick answer hehe you're right I was trying this but eclipse with DLTK is not to good for ruby, it's showing wrong results I think I will use vim like for bash scripting :-) but I still don't know how to put together all this numbers -- Posted via http://www.ruby-forum.com/.