Click here to Skip to main content
15,886,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<%Option Explicit%>

I can not understsnd the mean of this line plese help me.........
Posted

1 solution

1. Answer to your query:
When Option Explicit appears in a file, you must explicitly declare all variables using the Dim or ReDim statements. If you attempt to use an undeclared variable name, an error occurs at compile time.
If On or Off is not specified, the default is On.

2. Looks like you are a beginner and just started. I would suggest you to read books/tutorials in order to start.
 
Share this answer
 
v5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900