Option Strict....

  • Thread starter Thread starter Abhram Jose
  • Start date Start date
A

Abhram Jose

Is it required to keep Option Explicit statement when Option Strict
statement is used ?
Thanks,
Abhram Jose
 
I just tried and it doesnt' seems to be required.
However, it looks to me a bit weird to require type safety without requiring
variable declarations...
 
Best Practices would dictate that both are turned on.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top