Forum

FileWrite Problem

Hello I have a problem writing to a file. These are the two first cells in the CSV file: none none After running this line: FileWrite(handle,"AUDCHF"); The result is : AUDCHF ne The problem is, why the FileWrite function removes the first two characters from the second cell? Thanks