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

Putting Quotes in a Text File



PureBytes Links

Trading Reference Links

I am attempting to send data to an ASCII file from TradeStation so that I
can read the data into another system.

I am using attempting to use the following command:

Fileappend( "c:\omega\prog\test2.txt",
  ""Date""+","+",""Close""+newline);

What I need on the first line is
"Date","Close" {with a carriage return at the end of the line}

I assume the newline statement produces a carriage return.  How do I get the
quotes in my output file?