Collectgarbage Function
Next: Displayepoch,
Previous: CCode,
Index: Index
This collectgarbage[] function will collect any garbaged data. This is commonly used with string handing, where often the strings are dereferenced and so it is important to maintain a list of them to avoid memory leaks. It should be noted that this is often performed automatically and as such calling this function manually by the programmer is really not all that important.
Pass: Nothing
Returns: Nothing
Last Modified: August 2008