Where is FlushMem ?

BlitzMax Forums/BlitzMax Beginners Area/Where is FlushMem ?

rod54(Posted 2005) [#1]
is FlushMem no longer used.. ???

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


Wiebo(Posted 2005) [#2]
read the versions.txt in your bmax folder. It is, indeed, gone.


Yan(Posted 2005) [#3]
Or...
Update info


Tricky(Posted 2005) [#4]
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



rod54(Posted 2005) [#5]
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