Mathematica 9 is now available

PutAppend (>>>)Splice

Save

FilledSmallSquareSave["filename", symbol] appends definitions associated with the specified symbol to a file.

FilledSmallSquareSave["filename", "form"] appends definitions associated with all symbols whose names match the string pattern form.

FilledSmallSquareSave["filename", "context`"] appends definitions associated with all symbols in the specified context.

FilledSmallSquareSave["filename", , , ... ] appends definitions associated with several objects.

FilledSmallSquareSave uses FullDefinition to include subsidiary definitions.

FilledSmallSquareSave writes out definitions in InputForm.

FilledSmallSquareSave uses Names to find symbols whose names match a given string pattern.

FilledSmallSquare You can use Save["filename", "s"] to write out the definition for the value of a symbol s itself.

FilledSmallSquare See The Mathematica Book: Section 1.11.1 and Section 2.11.1.

FilledSmallSquare See also: PutAppend, Get, DumpSave.

Further Examples

PutAppend (>>>)Splice



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.