rod54 #1 is FlushMem no longer used.. ???I just installed latest BMAX and it does not recognize FlushMem command giving a compile error
Tricky #4 Let's just say.... What FlushMem did in the past, is now done automaticly whenever it's neededIf 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 #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