devxlogo

Automatically Include <%Option Explicit%> in Your New ASP Pages

Automatically Include <%Option Explicit%> in Your New ASP Pages

Adding the Option Explicit line to an ASP file that is scripted in VB Script forces you to declare each of the variables that you use within your VB Script on your page. This option helps prevent typos in variable names by forcing your code to be more structured. This has long been a standard practice in Visual Basic, but in Visual InterDev, it tends to be ignored because Visual InterDev does not automatically add this line to your ASP pages. This, of course, is by design in Visual InterDev because not all ASP pages are scripted in VB Script.

If you want to automatically include in your new ASP pages in Visual InterDev 6, you can simply add it to your new ASP template file by editing the file with an editor such as NotePad. You can find this file within your Visual InterDev Templates folder usually in this location: C:Program FilesMicrosoft Visual StudioVIntDev98TemplatesNewFileItemsNew ASP Page.asp. Make sure to add the line right after the line.

 

This file is a template file, so other preferences can also be set in this file, such as adding default comment headers and copyright information.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist