[proFit-list] (no subject)

Andrew Cameron Beveridge acbev at lanl.gov
Thu Aug 21 14:05:59 CDT 2008


I am using OS X 10.4.11 and proFit 6.1.8.

I am having difficulties with the "WriteToTextFile" procedure.

Basically I do this;

myFileRef := OpenTextFile(file 'myFile');

WriteToTextFile(myFileRef);
begin
writeln('Hello World');
end;

CloseTextFile(myFileRef);

I always get System Error -61

Does WriteToTextFile append the line to the end of the file?

Thanks for your help.

Regards,
Andrew





More information about the proFit-list mailing list