Posted: 19th Jun 2007 19:06
Hey, I get the "Array not specified or subscripts out of bounds"(sorry i cant remember it exactly) and it says its at line 800 something.... But I only have like 600 something lines of code... so yeah what in the world would cause that??
Posted: 19th Jun 2007 19:21
Perhaps because you are accessing an array that hasn't been defined or initialised using the DIM command, or you are outside the arrays bounds?

The line number is probably due to you using an include - all of the source files get combined together in one large file for compilation.
Posted: 19th Jun 2007 19:44
If you are using multiple source files and codesurge I noticed that the error appeared with high numbers meaning the error is in one of the other files. Like as if it compiles it just adds all the files together as one long file.

[Lol, i should have read Ians post 1st but it's doubley true ]