Difference between revisions of "MC-Basic:OUNLOAD"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= OUNLOAD <object file name> |AVAILABILITY= Versions 3.6.4 and higher |DESCRIPTION= Unloads object module from the system’s memory. |TYPE= …')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

Unloads object module from the system’s memory.

Syntax

OUNLOAD <object file name>

Availability

Versions 3.6.4 and higher

Scope

Task

Examples

Ounload myObj.o

See Also