load saved variable in 2.4.1 and previous formats
oldload('file-name' [,x1,...,xn])
character string
arbitrary Scilab variable name(s) given as strings.
The oldload
function is obsolete and is retained only for
compatibility purpose.
The oldload
command can be used to reload in the Scilab session
variables previously saved in a file with the save
command.
oldload('file-name')
loads the variables saved in file 'file-name'
.
oldload('file-name','x','y',...,'z')
loads only variables x,y,...,z
stored in file 'file-name'
.
Version | Description |
5.1.1 | oldload was published up to Scilab 5.1.1.
It is replaced with load. |