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]
- substitution problem prachi shroff
- Re: substitution problem J. J. Horner
- Re: substitution problem Me
- Re: substitution problem Jeff Pinyan
- Re: substitution problem Me
- Re: substitution problem Brett W. McCoy
- Re: substitution problem prachi shroff
- Substitution Problem Mark Martin
- Re: Substitution Problem Carl Rogers
- RE: Substitution Problem Dave Newton
- RE: Substitution Problem Wagner-David
- Re: Substitution Problem M.W. Koskamp
- substitution problem Steve Massey
- RE: substitution problem Steve Massey
- Re: substitution problem Gary Stainburn
- RE: substitution problem Mark Anderson
- Re: substitution problem R. Joseph Newton
- Re: substitution problem John W. Krahn
- RE: substitution problem Wiggins d Anconia