Description: This function creates a new module and returns a pointer to it.
Returns: Pointer
Usage: Script
Format: CreateModule(FileName)
Parameters: FileName { text } { required } { no default: }
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");
]
See Also: