Page 1 of 1

Unable to save a workspace

Posted: Fri Aug 17, 2012 6:34 pm
by gullstoop@msn.com
After having completed a Dyalog Tutorial that to build an XL Spreadsheet, (Dyalog APL Tutorial Chapter Q Interfaces, Sections 2.1-2.24), I am unable to save my apl workspace, and get the following error message

)save
Cannot perform operation when session namespace is referenced by #.
#...act

I tried the Menu Actions interupt and reset. They did not work. I'm sure that there is a simple solution, but I have found no documentation on it.

Can you help?

Thanks
JJW

Re: Unable to save a workspace

Posted: Fri Dec 05, 2014 11:29 am
by Vince|Dyalog
Hi John,

I'm sorry that we didn't answer this question when it was posed.

I will answer it now in case it helps anyone else who finds this topic.

The answer is to ⎕EX the reference which seems to be preventing the save:

⎕EX '#.act'

Regards,

Vince