[Scilab-users] Saving all variables

Samuel Gougeon sgougeon at free.fr
Fri Jul 17 17:07:42 CEST 2015


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 the doc, with a 
> poor visibility. The doc could also be fixed.
I meant:
save(filename [,x1,x2,...,xn])
could be split in two lines:
save filename
save(filename ,x1,x2,...,xn)

The "fd" case will disappear.




More information about the users mailing list