Page 2 of 2

Posted: Mon Jan 24, 2011 10:06 am
by John
:idea: It would be so awesome if I could Trace >[file].

Unless there's already a way to do this that I don't know about? :wink:

-John

Posted: Wed Feb 16, 2011 3:57 pm
by Susan Smith
John,

Try TRACE PRINT >FILENAME

-- Susan

Posted: Wed Feb 16, 2011 4:18 pm
by John
i tried it susan - but i wasn't able to make it work. we're you?

Posted: Wed Feb 16, 2011 4:34 pm
by Susan Smith
Yes, it does work. I just verified it. I'm using BR 4.2, but TRACE PRINT has been around forever.

LOAD PROGRAM
RUN TRACE PRINT >tracefilename

When the program exits, the file is there. TRACE PRINT (without the redirection to a file) was originally designed to print directly to a printer (it still works too). But wastes a lot of paper so I don't do that generally.

-- Susan

Posted: Wed Feb 16, 2011 4:40 pm
by John
AWESOME!!! That works for me, too! Thank you so much, Susan!

As a side note, what did not work for me was "GO trace print >file"

:P