HeapGet
Returns the value of a memory slot in the heap. Do not use this verb unless the heap slot exists and has had a value assigned to it. Syntax:
value
=
HeapGet(pointer);
Related:
HeapFree()
HeapNew()
HeapSet()
Heap Verbs