Difference between revisions of "MC-Basic:UNLOAD"
Line 35: | Line 35: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:KILLTASK|KILLTASK]] | * [[MC-Basic:KILLTASK|KILLTASK]] | ||
− | * [[ | + | * [[MC-Basic:LOAD|LOAD]] |
* [[Axystems:MC-Basic:STARTTASK|STARTTASK]] | * [[Axystems:MC-Basic:STARTTASK|STARTTASK]] | ||
Revision as of 08:38, 22 May 2014
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