load saved variable in 2.4.1 and previous formats
oldload(file_name) 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. |