Re: printing element from a 'split' file

2008-11-20 Thread mark.baumeist...@gmail.com
On Nov 19, 7:55 am, [EMAIL PROTECTED] (John W. Krahn) wrote: > [EMAIL PROTECTED] wrote: > > Hi, > > Hello, > > > > > > > I am trying to split a file (where there are one or more spaces) that > > I am getting through a file handle that is fed into an array and then > > printing each element of the a

printing element from a 'split' file

2008-11-19 Thread mark.baumeist...@gmail.com
Hi, I am trying to split a file (where there are one or more spaces) that I am getting through a file handle that is fed into an array and then printing each element of the array on a seperate line. Here's what I have: As you can probably figure out I only get each element outputed in a single li