savevariables

Type: External

Group: IO

Syntax

savevariables()
savevariables("name.mlf")

Description

saves the variables from the current workspace into a serialized .mlf-file

Notes

The variables are written as a serialized stream of java objects. Therefor the format of the .mlf-file is java-specific. The file is also specific to the versions of MathLib token and classes.

Examples

savevariables()

See Also

loadvariables, csvread, csvwrite