Difference between revisions of "MC-Basic:UNLOAD"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 38: Line 38:
 
* [[Axystems:MC-Basic:STARTTASK|STARTTASK]]
 
* [[Axystems:MC-Basic:STARTTASK|STARTTASK]]
  
 +
[[Category:Axystems:MC-Basic:Task Control|UNLOAD]]
  
 
}}
 
}}

Revision as of 11:13, 11 March 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

See Also