Re: [Scilab-users] Saving all variables

2015-07-17 Thread fujimoto2005
Hi,Samuel and Antoine Thanks for replies. I'm looking forward a new build. Best regards. -- View this message in context: http://mailinglists.scilab.org/Saving-all-variables-tp4032590p4032596.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. _

Re: [Scilab-users] Saving all variables

2015-07-17 Thread Samuel Gougeon
Le 17/07/2015 17:03, Samuel Gougeon a écrit : Le 17/07/2015 16:54, Antoine ELIAS a écrit : Hi, Last weeks, we worked on save/load functions. But I missed the save 'all' case. Actually, this case is missing in the list of documented calling sequences. It is just given in the description part of

Re: [Scilab-users] Saving all variables

2015-07-17 Thread Samuel Gougeon
Le 17/07/2015 16:54, Antoine ELIAS a écrit : Hi, Last weeks, we worked on save/load functions. But I missed the save 'all' case. Actually, this case is missing in the list of documented calling sequences. It is just given in the description part of the doc, with a poor visibility. The doc coul

Re: [Scilab-users] Saving all variables

2015-07-17 Thread Antoine ELIAS
Hi, Last weeks, we worked on save/load functions. But I missed the save 'all' case. I just pushed a fix about that. But there is some validation steps before it arrive in a nightly build. Be patient ;) Antoine have a nice week end. Le 17/07/2015 16:18, fujimoto2005 a écrit : > Hi, Samuel > > Tha

Re: [Scilab-users] Saving all variables

2015-07-17 Thread fujimoto2005
Hi, Samuel Thanks a lot for reply. I installed the latest build of Scilab 6. The latest build does't accept command save('filename') with the error message as follows 'save: Wrong number of input argument(s): at least 2 expected.' Are there any way to write the second input as all vaiables in

Re: [Scilab-users] Saving all variables

2015-07-17 Thread Samuel Gougeon
Hello, Le 17/07/2015 04:25, fujimoto2005 a écrit : I want to save all variables in oreder to re-use them. I use 'save(filename)' and 'load(filename)'. But if I use the user defined function, ①scilab5.52 can save them but fail to load the file on accoutn of the existence of a user-defined-functio