From: VICTOR GOLDBERG Date: 2008-05-07T20:10:17+09:00 Subject: Interesting result of a newbie mistake Instead of writing a = %w{ ant cat dog } I wrote a = %{ ant cat dog } puts a[2] --> 110 I didn't find an explanation for this result in Dave Thomas' book Anybody volunteers a response? Thanks, V�ctor