What is the significance of Option Explicit statement when it is set to On

A) Specifies that any variable name is declared (with type) before use
B) Specifies whether strings should be compared as binary
C) Specifies that variables should be initialized before use

Showing Answers 1 - 2 of 2 Answers

Rajashri

  • Mar 8th, 2006
 

A) Specifies that any variable name is declared (with type) before use

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions