From: James Edward Gray II Date: 2007-01-23T06:13:56+09:00 Subject: Re: Silly Array Question On Jan 22, 2007, at 3:03 PM, Drew Olson wrote: >> I believe that has to do with the new lines in the file. I'm not >> certain how to strip those out. Or how to get around the fact >> that they >> are there. > > You can strip new lines like so: > > my_string.sub("\n","") Or with: my_string.chomp James Edward Gray II