Mart Marken said:
> I'm taking in a csv file and splitting it. One of the fields(doc) could
> possibly have six spaces which will disrupt the program later on so I need
> to substitute in dummy values. $doc == "      " finds the "empty" fields
> okay but the substitution doesn't work. Clear as Mud?? Any ideas?

Once I fixed an issue like this (because it suited the problem
well) by checking to see how many values I got back from the
split and doing things based on that number; perhaps that
would work for you.

Dave
--
Dave Newton, [EMAIL PROTECTED]

Reply via email to