Showing changes from revision #4 to #5:
Added | Removed | Changed
This *Command runs a relocatable module, first loading and initializing it if necessary.
*RMRun _ filename_ [module_init_string]
filename | Valid pathname specifying a module file |
module_init_string | Used to pass parameters to modules |
The file must have a valid module filetype (&FFA), else it will not be loaded.
The optional initialisation string can be used to pass parameters to modules so they initialise in a particular way (if required). For example, how much memory it should claim etc.