Difference between revisions of "MC-Basic:OUNLOAD$"

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

Revision as of 09:54, 11 March 2014

Unloads object module from the system’s memory.

Syntax

OUNLOAD$ <object file name string>

Availability

Version 4.5.3 and higher

Type

<object file name string>: string

Scope

Task

Examples

OUnload$ “myObj.o”


Common shared ObjName as string = “myObj.o”

OUnload$ ObjName

See Also