It looks like you're new here. If you want to get involved, click one of these buttons!
 MikeHart            
            
                Guru
MikeHart            
            
                Guru             
            | local UsedMemory = function(cleanup) if cleanup == true then collectgarbage() end local mem = collectgarbage("count") --print( "\nMemUsage: " .. mem ) return mem end | 
Likes: oleg