| What does "Option Explicit" do? |
| Requires explicit variable declaration |
| Makes the computer give you additional errors |
| Implicit variable declaration |
| None of the Above |
Loading
| What does "Option Explicit" do? |
| Requires explicit variable declaration |
| Makes the computer give you additional errors |
| Implicit variable declaration |
| None of the Above |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jan 27, 2014, 12:06 PM
It may as a by-product produce more compilation errors if you forget to declare variables but that's not its main purpose which is to reduce run time errors.
Satyapriya NayakPosted Jan 27, 2014, 11:41 AM
http://msdn.microsoft.com/en-us/library/y9341s4f.aspx