PureBytes Links
Trading Reference Links
|
I am trying to do a file append where data file will show quotes around one
of the fields so format will be:
"ABC",...
"XYZ",...
Question is how do I put in the quotes? What I have tried so far is:
FileAppend( "c:\data\stats.txt",
"""+Sym+"","+...
which gives an error message. Any ideas for a better approach?
|