CreateModule
Description: |
Creates a new module and returns a pointer to it. |
Returns: |
Pointer |
Usage: |
Script Only. |
Function Groups: |
Compilation and On-Line Modifications, Advanced Module |
Related to: |
AddModule | DeleteModule |
Format: |
CreateModule(FileName) |
Parameters: |
|
FileName |
Required. Any text expression giving the name of the .SRC file that contains this module's definition. |
Comments: |
This function creates a module that has no parent. |
Example:
If 1 Main;
[
myMod = CreateModule("pump.SRC");
]
Trihedral and VTScada are registered trade marks of Trihedral Engineering Limited
© Trihedral Engineering Limited 1983- 2022 All rights reserved.