Where is FlushMem ?

BlitzMax Forums/BlitzMax Beginners Area/Where is FlushMem ?

is FlushMem no longer used.. ???

I just installed latest BMAX and it does not recognize FlushMem command giving a compile error

read the versions.txt in your bmax folder. It is, indeed, gone.

Or...
Update info

Let's just say.... What FlushMem did in the past, is now done automaticly whenever it's needed

If you used it a lot in a code which you don't want to change all over... Simply do this :)

Function Flushmem()
End Function


Was just grabing some example codes from on here and it would not compile becuase of the FlushMem Commands

Just need to comment them out in there code examples or add the function you suggest I guess.

Thanks All