Identifier FlushMem not found?
BlitzMax Forums/BlitzMax Beginners Area/Identifier FlushMem not found?| 
 | ||
| It seem in latest version of Blitz Max.....Flushmem doesnt seem to be used anymore... It that correct? | 
| 
 | ||
| There's never been any such command that I'm aware of. | 
| 
 | ||
| FlushMem() was removed years ago. The BlitzMax garbage collector now takes care of freeing memory automatically (or via the GCCollect() function in certain circumstances). | 
| 
 | ||
| Correct -- Flushmem was removed in version 1.12, which came out in 2005. |