View Single Post
  #1 (permalink)  
Old 07-21-2008, 02:50 AM
JamesC JamesC is offline
Junior Member
 
Join Date: Mar 2008
Location: Thailand
Posts: 47
Default Dim memory usage

I'm using some potentially quite large arrays in my database program. How much memory is allocated from RAM when you dim an array? How does it differ for different datatypes? Can one free up RAM by using dim arrayname(0)?

Thanks.

The support on this forum is fantastic!!
Reply With Quote