From: some one Date: 2006-06-04T19:48:58+09:00 Subject: Re: Q: return Array [1,'a',2,3] ASCII value some one wrote: > > [1,'a',2,3].each {|x| p ?x} > Okie, I found the solution... [1,2,3,'a'].each { |x| print x.to_s[0] } -- Posted via http://www.ruby-forum.com/.