MC-Basic:OUNLOAD$

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= OUNLOAD$ <object file name string> |AVAILABILITY= Version 4.5.3 and higher |DESCRIPTION= Unloads object module from the system’s memory. |…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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