loadlibrary
PATH
,
FILE

The loadlibrary statement loads a library database into memory.


Parameters

This statement has two parameters:

path – Location of library database file. This should be an actual text path (for example ~/Folder/Subfolder).

file – Name of library database file.


Description

This statement loads a library database into memory and registers the procedures in that library so that they will be available as Panorama statements. Only statements that are a single, all uppercase word will become statements.

This example opens the file Experiments.pandb as a library. The file will be opened without any windows, and any procedures with all uppercase names will be registered as statements.

loadlibrary "~/My Panorama Libraries/","Experiments"

Note: This procedure is used internally by Panorama when launching, and would not normally be used in any other situation.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.