Well, I am sorry to hear my code did not work for you. I tried it on a very small comma delimited file (csv) that I extracted from my Event Viewer @home. I used KiX 4.53 RC-1.
[Edit]
I see I forgot to paste my declarations in my code, so I changed it.
So check the code I posted earlier.
Code:

Dim $InputFile, $OutputFile, $Handle1, $Handle2, $Line
$InputFile = "file1.txt"
$OutputFile = "file2.txt"



Edited by Witto (2006-09-07 10:32 PM)