HEAP_Get

<< Click to Display Table of Contents >>

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

HEAP_Get

 

Description

 

Retrieves the allocated string giving memory pointer.

 

Syntax

 

s = HEAP_Get(pMem)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

pMem

Number

No

Pointer to a previously allocated heap memory

 

Remarks

 

Restrictions

 

pMem MUST be a pointer allocated using any of the HEAP_* functions

 

See also

 

Examples