Home    
Log In    
Share Code    
Join    

Navigation
 Skip Navigation Links.

Forums
Skip Navigation Links.

Search

 

Advertisement
 
VB6 Source Code > Why use Option Explicit Source Code
Details
Author: ptaylor
Views: 542

Why use Option Explicit
Description
Option Explicit is a build time error check command

At Build time if Option Explicit is declared then VB
will check for any errors and report them

This makes programs more stable
 
 
Code:
'At the top of the page
Option Explicit On  
Date Added: 02/09/2007 13:07:39





Comments


If you log in you can add a comment of your own!
 
 
Welcome Guest
 
  Log In Name
 
  Password
 
 
Statistics
Your Details: Not Logged In
  Join Date: N/A
  Last Logon: N/A
  Code Snippets: N/A
  Code Comments: N/A
  Forum Posts: N/A
  Forum Subjects: N/A

Site Wide
  Code Snippets: 32
  Code Comments: 2
  Forum Posts: 52
  Forum Subjects: 24
 
Random Code
Write to the Event Log
How to write events to the Event Log i.e. Error....

Language: VB.NET

 
Advertisement


All the Source Code and Tutorials on this site are free for you to use as you require.