On Sat, Nov 29, 2008 at 2:25 PM, Fraser Jackson
<[EMAIL PROTECTED]> wrote:
> I want a function which returns the incremental output in the execution
> window, and want to save those pieces separately.

I believe that the session manager never discards any part of the
session (except when you exit or manually delete part of your session).

Thus:

   s1=:smread_jijs_''
   +/~i.2
0 1
1 2
   s2=:smread_jijs_''
   <];._2 s2 (}.~#) s1
+---------------------+
|   +/~i.2            |
|0 1                  |
|1 2                  |
|   s2=:smread_jijs_''|
+---------------------+

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to