File System Typescript Commands
These typescript commands deal with reading or writing files, saving or loading models, etc.
Include
Reads in a module or library from a file on disk.
- include 0, class ident, #, #, #, #, filename
Example:
- include 0, LinkLibrary Distribution_variati,2,2,0,0,C:\Program Files\Lumina\Analytica 4.2\Libraries\Distribution Variations.ANA
The various numbers are fields that were used on the Macintosh to identify disk volume IDs and other things specific to the Mac OS. On windows, the filename contains the relevant information. If the file path is relative, it is interpreted relative to the CurrentModelDirectory.
To do: More detail on what those Mac-numbers are.
Update
Puts Analytica into an update (merge) mode, so that it allows redeclarations of already created objects. Existing attributes of such objects will be overwritten by new attributes. This mode is used when merging a new version of a module or library into an existing model.
Enable comment auto-refresher