Declaring Variables
Written by Eric Smith, Northstar Computer Systems LLC
Even though you don't have to, declaring variables in VBScript can help you manage your code and prevent errors. In addition, adding Option Explicit at the very top of each file will make you declare every variable you use. Adding Option Explicit to a general include file makes it always available without having to put it in by hand.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 6/1/2000
|