Difference between revisions of "MC-Basic:UNLOAD"
Line 30: | Line 30: | ||
The task must be loaded in memory.<br> | The task must be loaded in memory.<br> | ||
Only a killed task may be unloaded. Tasks are killed using the KILLTASK command.<br> | Only a killed task may be unloaded. Tasks are killed using the KILLTASK command.<br> | ||
− | Global libraries cannot be unloaded (since version 4.13. | + | Global libraries cannot be unloaded (since version 4.13.1rc3). |
|EXAMPLE= | |EXAMPLE= |
Revision as of 13:16, 30 October 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.
Global libraries cannot be unloaded (since version 4.13.1rc3).
Examples
Unload MAKECUT.prg