From: Erik Boling Date: 2007-07-26T07:17:29+09:00 Subject: Adding arrays I was wondering, if it is possible to add two different arrays together, but do it line by line. For example: Array_1 has 1, 2 and 3, and Array_2 has 1, 2, and also 3, then your answer would come out 2, 4, and 6. *on a side note* i just started ruby (programming for that matter) a few weeks ago when my cousimn showed me so i was wondering if there are any good tutorials/books out there. -- Posted via http://www.ruby-forum.com/.