saveModule
|
The saveModule function saves the specified module to the specified filename.
The contents of the specified global symbols are packaged along with their global values
and saved as a module in the specified file name. Usage Use the saveModule to preserve specified contents of current workspace memory for later use.
(saveModule filename sym1 sym2 ... symN) The Boolean value, true.
Expression:
Arguments
Name
Type
Description Argument: filename Text String
The file name in which to save the module. Argument: sym1 Symbol
The first symbol whose global value is to be saved. Argument: name2 Symbol
(Optional) The second symbol whose global value is to be saved. Argument: nameN Symbol
(Optional) The nth symbol whose global value is to be saved.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Boolean | String | Text |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|