Print to file?

Is there any way to get the output to print to a file rather than to the screen? Can you do that with part of a tables results.

Say for instance:
[joe==5]&
\n{joe}&//<--to the screen
123joe=={joe}1234//<--to a text file

That way, I could save the variable Joe for later use, and just do a find an replace on 123 for '[' and 1234 for ']'

Comments

  • You can do File->Save As to save as HTML or Text, or possibly File->Print to save the results as PDF. But no, there's no way to direct output to text in the IPP windows app. If you need lots of text results, you can use the command line version of the app which outputs everything as text.

Leave a Comment