Original message moved by Country73 Reason : Wrong Forum hi, Im trying to write a simple string into file but the string in file always encircled by inverted commas: I need only the string without this " "
The script: tempfile="C:\TEMP.txt" Open tempfile For Output As #1 filetime=FileDateTime(tempfile) write #1,"hello"