Don't auto-create variables option?

canalrun

Well-Known Member
Licensed User
Longtime User
Hello,
Is there a compiler option or other setting that would disable the compiler from automatically creating variables (variables must be DIM'd). I've been burned by this several times already.

For example, by mistake I type "idz" instead of "idx". The compiler happily creates a new variable without telling me. Of course the code doesn't work and I have to spend mucho time trying to track down this error.

Thanks,
Barry.
 
Top