12-07-2005 09:59 AM
12-07-2005 11:40 AM
12-13-2005 03:50 AM
Hi
Yes this is how I have attempted it but my only problem is that if I have header information in the existing file its gets deleted. Any Ideas.
Thanks
Will
12-13-2005 08:06 AM
12-14-2005 12:19 PM
Another option to consider is to write a file that is transposed from how you want it. Each data set is appended as a new row starting with the title. When the test is complete and all rows have been written to the file, read it back, transpose it and write the final formatted file. The result is the same, but you eliminate all the earlier times you stepped on the file.
As a safety measure, you can keep the original file as a backup.