MC-Basic:UNLOAD
Revision as of 08:42, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:UNLOAD to MC-Basic:UNLOAD: Global renaming of Axystems: namespace into (Main):)
Remove loaded program from the RAM.
Syntax
Unload <filename>
Availability
All versions
Type
<filename>: File specification
Range
Files that are loaded in RAM.
Scope
Task or Terminal
Limitations
The task must be loaded in memory. Only a killed task may be unloaded. Tasks are killed using the KILLTASK command.
Examples
Unload MAKECUT.prg