Guest_imported
New member
- Jan 1, 1970
- 0
VB 6 has a cool feature that will require the "Option Explicit" command and will plop it automatically into the General section of all scripts, meaning all variables must be declared. Should I use this function always? Is there any good reason to leave the "Option Explicit" command out of any applications that I write?