memory
Posted: Tue Apr 20, 2004 8:44 pm
Hi, I have been writing basic code for a while now, I am working on a large program, in which the number of global variables I am using for switches, Graphics, Checks, is alot! I am getting the error message "Memory Overflow Error" when trying to compile from QB 7.1, the program wont compile in QB 4.5 either.
Would the cause of the error be due to the use of alot of Global Variables i.e. DIM Name$(1000), if so is there a way I can get the program to run as efficiently and as fast but save more memory to add more code??
Would the cause of the error be due to the use of alot of Global Variables i.e. DIM Name$(1000), if so is there a way I can get the program to run as efficiently and as fast but save more memory to add more code??