Save - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


LibraryTools

  

Save

  

save variables to a library

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Save( name1, name2, ..., archive )

Parameters

name1, name2, ...

-

name; Maple variables to save

archive

-

(optional) string; Maple library

Description

• 

The Save(  name1, name2,... ) calling sequence adds the variables name1, name2,... to a library.

• 

If archive is specified, then the variables are added to the corresponding library.  If it is not specified, then they are saved to the library specified by savelibname.

• 

If archive is a directory, Maple assumes the default library name, maple.mla.  Otherwise, archive specifies the path and library name.

• 

The variables are added using the savelib command.  The indexname generated for a variable "namei" is "namei.m".  Indexnames are of type string.

• 

If archive is not specified and savelibname does not specify a library, an error is generated.

• 

If archive is specified but no corresponding library exists, it is automatically created.

Examples

withLibraryTools:

savelibnamecatkerneloptsmapledir,/lib

a10:

Savea

b11:

c12:

Saveb,c

d12:

e13:

LibLocationcatkerneloptsmapledir,/altlib

Saved,e,LibLocation

See Also

ContextMenu[Save]

LibraryTools

LibraryTools[AddFromDirectory]

LibraryTools[BuildFromDirectory]

LibraryTools[Delete]

LibraryTools[UpdateFromDirectory]

march

save

savelib