On Jan 23, 2008 11:49 AM, JacobC2 <jacobc2 / gmail.com> wrote: > I am writing a program that reads a text file and then dumps it into a > mysql database, the problem that I am having is that the array has > illegal characters in it so I need to do an escape_string or something > on it. but how could I do this on an array? > You probably should iterate. Look at Array#map! Todd