Yuvaraj Athur Raghuvir wrote: > Thanks. > > Now I extended this in the following way: > 1) In startup.ijs, I added the following: > > NB. to resume old session > load 'files' > f =: wd'mbopen "" temp' > restore =: fread f > > In my session, now I can call restore to get back the session editor state > of the last save. > > 2) To complement this operation, I need a verb called restorepoint > > restorepoint will save the current session in the file I choose. > > How should I send the entire contents of my session to the 1.ijx that I > would like to use
As noted by Chris, each J session is a fresh new session, all globals from any previous session is lost and not stored in ijx. IIRC workspace support in J was decommitted more than 10 years ago. I guess J does not encourage what you intended to do, albeit it might be possible. -- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
