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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:OUNLOAD$ to MC-Basic:OUNLOAD$: Global renaming of Axystems: namespace into (Main):)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:OUNLOAD$}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 43: Line 44:
 
* [[MC-Basic:OLOAD$|OLOAD$]]
 
* [[MC-Basic:OLOAD$|OLOAD$]]
 
* [[MC-Basic:OUNLOAD|OUNLOAD]]
 
* [[MC-Basic:OUNLOAD|OUNLOAD]]
[[Category:Axystems:MC-Basic:C-Interface|OUNLOAD$]]
+
[[Category:MC-Basic:C-Interface|OUNLOAD$]]
 
}}
 
}}

Latest revision as of 05:56, 25 April 2017

Language: English  • 中文(简体)‎

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