PureBytes Links
Trading Reference Links
|
>FileAppend("C:\filename.txt",Numtostr(Currentcontracts,0) + Newline);
>
>This is clearly not working .. can anyone help correct my syntax?
It look OK to me. You weren't clear on what is not working about it.
Is the above just an example or are you really calling the file
"filename.txt"?
If you're calling it something else, you will get into trouble
if the file name includes any of \hb, \he, \pb, \pe, \wb, or \we
character combinations. For example "c:\performance.txt" is a bad
file name because it contains \pe.
-Alex
|