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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Version 4.5.3 and higher" to "Since Version 4.5.3")
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Version 4.5.3 and higher
+
Since Version 4.5.3
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 14:16, 20 March 2014

Unloads object module from the system’s memory.

Syntax

OUNLOAD$ <object file name string>

Availability

Since Version 4.5.3

Type

<object file name string>: string

Scope

Task

Examples

OUnload$ “myObj.o”


Common shared ObjName as string = “myObj.o”

OUnload$ ObjName

See Also