From: Daniel Bretoi Date: 2002-07-31T06:13:42+09:00 Subject: how to do typecasting? hi, is there a way to typecast values? if I have an array with numbers, and I want to perform sting type methods on it. a = [1,2,4345,3] a.each { |l| print l.length } to produce >> 1141 besides defining a as ["1","2",etc], what options are there? -- "Then we typed the G, and the system crashed"...