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

PRINT TO A FILE



PureBytes Links

Trading Reference Links

Hi Gurus !

I would like to write the result of  my system in a file and I actually use the following statement :

print(file(" C:\TEST "), date, ...) ;

Question :
Can't I pass a variable to the FILE function.

Each time I wrote the following I get an error at the compil.

Vars : myFile(" C:\TEST ") ;

print(file(myFile), Date....) ;


Where is my fault ?