From: Sean Ob Date: 2009-11-19T06:02:04+09:00 Subject: Re: Ruby/tk Help Please In fact, I probably wouldn't write it like this. I'd probably do @list2.collect {|e| e * result}.join "\n" does this mean "take each element of @list2 and multiply it by result, then print the collection and insert a new line between each element but not on either end" or does it include the ends? or am i way off? ....experimenting ..... -- Posted via http://www.ruby-forum.com/.