VBGamer |
|||||||||||||||||||||||||||
RE: VB no explicit declaration in classes! (BUG?) Corre (1 reply, 0 views) (2000-Aug-29) You must also use the "Require Variable Declaration" option, to get an error in the case you describe (this is what puts the Option Explicit line at the top of your code).
The Full Compile option only means that the whole program is compiled before it is started, but if you don't have the Option Explicit statement at the top of every module/form/class, it wouldn't generate an error in the case you describe.
/Corre, MiCo Games
http://www.micogames.com
|