heapPtr Load(number type, number resNum)
Loads a resource into memory. If the resource type is rsMEMORY, is will allocate resNum bytes of memory. It returns a pointer to the resource loaded or memory allocated.
UnLoad(rsVIEW 100) // unloads VIEW.000 from memory
UnLoad(rsMEMORY memPtr) // frees memPtr from
See Also: UnLoad