PureBytes Links
Trading Reference Links
|
>From the TS2k help files:
Sends information to the default printer from a Print statement.
Remarks
· The word "Printer" must be the first expression listed in the print
statement followed by a comma, and then the requested information. Commas
must be used to separate multiple expressions in a print statement.
Example
If you wanted to send the date, time, and close information to the printer
when you applied an analysis technique, you could use the following syntax:
Print(Printer, Date, Time, Close);
{** © 1987, 1999 Omega Research, Inc. **}
----- Original Message -----
From: "Bilo Selhi" <citadel@xxxxxxxxxxxx>
To: "Omega List" <omega-list@xxxxxxxxxx>
Sent: Tuesday, February 06, 2001 20:33
Subject: Printing strings to a printer in Tradestation, does not print...
help me out
> list,
> got a question.
> i am trying to print strings to my default printer
> in 2000i from a system ( printing system orders as they come to
> a dot matrix printer ). the syntax is like this:
>
> print ( printer, "test" );
>
> i loaded a few bars in one day chart and
> it verifies fine and then brings up the print monitor but
> does not print anything...
> i searched the knowledge base and there is nothing
> on that in there.
>
> anybody done that, please let me know
> - if it works
> - if there is a bug
> - if there is any special setup or something.
>
> thanks.
>
>
|