Hi Guys
i've created a CSV file with a vbscript and the filesystemobject. Now I want to read the content of that file into an array.
Trouble is, when I attempt to read the file using objFile.readline, it's garbage. Always starts with "ÿþF", and nothing else will echo out.
I can manually read the file with notepad.
Whats going on?
Thanks for any help!
i've created a CSV file with a vbscript and the filesystemobject. Now I want to read the content of that file into an array.
Trouble is, when I attempt to read the file using objFile.readline, it's garbage. Always starts with "ÿþF", and nothing else will echo out.
I can manually read the file with notepad.
Whats going on?
Thanks for any help!