Re: [Tutor] creating a tab delim file

2006-04-18 Thread Karl Pfl?sterer
On 18 Apr 2006, [EMAIL PROTECTED] wrote: > The problem: > > I have 50 tab delim files. Each file has 500 rows and > 50 columns. > > I have to read the first column of each file. Repeat > the same for 50 files and write a tab delim text file > containing 500 rows and 50 columns. > > code that wo

[Tutor] creating a tab delim file

2006-04-18 Thread Srinivas Iyyer
Hi group, I asked similar questions in the past. I am unable to get to the crux of this problem so that I can solve on my own. apologies for my ignorance. The problem: I have 50 tab delim files. Each file has 500 rows and 50 columns. I have to read the first column of each file. Repeat the s