Hi, i'm getting no errors during design time (using the run command) and yet after compile, I get a "run time error '9' Subscript out of range".
Why no error, yet there is error? :D
Printable View
Hi, i'm getting no errors during design time (using the run command) and yet after compile, I get a "run time error '9' Subscript out of range".
Why no error, yet there is error? :D
Can you post the code that has the error?
hmmm....the whole thing has almost 2000 lines of code.......
i doubt you'd want to follow it :)
this has never happened to anyone?
perhaps i need to get a service pack
(VB 6 enterprise w/ no service packs)
you prolly exceeding an array bound. Check 'em.
td.
but why does it only occur after I compile it?
It does not happen when i'm doing the running it by interpreting...