/LoadScript<file to open>
For: CimEdit and CimView (and Webspace)
Enables a common script file to be shared among all screens loaded in CimView. Functions that are included in this common file will be loaded when CimView is first run, and will be callable as if they were included in the Basic code for the local screen.
If the /LoadScript argument is specified for a file after CimView is already running, its contents will be appended to the list of common functions with the lowest precedence.
Example
/LoadScript scriptFileName
Where
scriptFileName is a file specification to specify a common script file.