[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Writing to a file



PureBytes Links

Trading Reference Links

I changed it to a Print statement ... and that is working OK .. 
----- Original Message ----- 
From: "Gary Fritz" <fritz@xxxxxxxx>
To: "Chris Evans" <evanscje@xxxxxxxxxxxxx>
Sent: Tuesday, October 21, 2003 9:11 AM
Subject: Re: Writing to a file


> > I'm trying to make a txt file that has a single column showing my
> > currentposition which should be the number of contracts I am long or
> > short each day. 
> > I wrote:
> > FileAppend("C:\filename.txt",Numtostr(Currentcontracts,0) + Newline);
> > 
> > This is clearly not working  .. can anyone help correct my syntax?
> 
> Seems to work for me.  How is it clearly not working for you?
> Gary
>