InterviewSolution
Saved Bookmarks
| 1. |
Why Do We Use Option Explicit? |
|
Answer» This STATEMENT forces the DECLARATION of VARIABLES in VB before using them. This statement forces the declaration of variables in VB before using them. |
|