Re: [Bug-apl] Lambda functions are not loaded from a workspace

2014-02-19 Thread Juergen Sauermann
Hi, thanks, fixed in SVN 134. /// Jürgen On 02/19/2014 08:04 AM, Elias Mårtenson wrote: When loading a workspace that was previously saved using the )SAVE command, any functions defined using name←{...} are not loaded. The functions are there, as they can be seen in the XML file, but they

[Bug-apl] Lambda functions are not loaded from a workspace

2014-02-18 Thread Elias Mårtenson
When loading a workspace that was previously saved using the )SAVE command, any functions defined using name←{...} are not loaded. The functions are there, as they can be seen in the XML file, but they are ignored when loading. Regards, Elias