View Single Post
  #1 (permalink)  
Old 12-20-2007, 12:23 PM
sunnyboyj sunnyboyj is offline
Junior Member
 
Join Date: Dec 2007
Posts: 32
Default CSV file generates strange start in file

If I save a file like:
Table1.SaveCSV ("data.csv", "," ,False)
and I open the file there are strange things in the file:
The three fist are:

After that it's like a planned to save it for example the text 'TEXT":
TEXT,ARTICLE
What am I doing wrong?
Reply With Quote