You can do that with anything..
Code:Application.ExampleTable = {"stuff", "more stuff", "even more stuff"}; Dialog.Message("Example", "Entries in table: "..#Application.ExampleTable); Application.ExampleTable = nil; collectgarbage(); -- forcefully invoke garbage collection to free memory. Dialog.Message("Example", "Type: "..type(Application.ExampleTable));


Reply With Quote
