CollectGarbage (open)

Collects and removes all unreferenced objects

Syntax

// Core function, no LOADLIB necessary

MACRO CollectGarbage()

Description

This function analyses which objects are not referenced anymore, and removes them from memory. Use this function when a lot of objects have been discarded, to reclaim the memory they use