Global_Free

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Memory handling and pointers > Global memory >

Global_Free

 

Description

 

Frees the specified global memory object and invalidates its handle.

 

Syntax

 

Globa_Free(pMem)

 

Returns

 

Parameters

 

Name

Type

Optional

Meaning

pMem

Number

No

A handle to the global memory object. This handle is returned by either the Global_Alloc or Global_ReAlloc function.

 

Remarks

 

Restrictions

 

See also

 

Examples