> From: Philip A. Viton > > Is it possible to set up a noun containing data which will then be > sent to the printer (on MS-Win)? For example, > > [some text] > [a couple of line feeds] > [an array of boxes] > [some more text] > ... > > (presumably it's going to be the array of boxes that will cause > difficulties). It looks to me as if the package write.ijs described > in \system\packages\print\print.txt might be useful, but this seems > not to be distributed with j602.
I suspect that all the scripts listed in print.txt (print.ijs printfns.ijs write.ijs writefns.ijs) are now all combined in a single print.ijs. See also the cover verb prints_j_ defined in ~system/extras/util/jadefull.ijs That verb is used by the File|Print command in a script window to print the window's contents. I've used it in the past to print J sessions (including box characters). ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
