VBScript Constants

Color Constants,Comparison Constants,Date and Time Constants,Date Format Constants,Locale ID (LCID) Chart,Miscellaneous Constants,MsgBox Constants,String Constants,Tristate Constants,VarType Constants,VBScript Constants Home home | Other Resources other resources | Advertise with us advertise | Link to us link to us | Contact us contact | Bookmark Us!
Google
 
Where can I find good Windows Web Hosting to host my VBScript Site?
You can find good Windows Hosting which support VBScript, ASP, ASP.Net,VisualStudio.Net and MSSQL at a very reasonable low monthly fee at EasyCGI.com and DiscountASP.Net

VBScript Constants

A number of useful constants you can use in your code are built into VBScript. Constants provide a convenient way to use specific values without actually having to remember the value itself. Using constants also makes your code more maintainable should the value of any constant ever change. Because these constants are already defined in VBScript, you don't need to explicitly declare them in your code. Simply use them in place of the values they represent.



Here are the various categories of constants provided in VBScript and a brief description of each:


VBScriptOnline.com - Color Constants,Comparison Constants,Date and Time Constants,Date Format Constants,Locale ID (LCID) Chart,Miscellaneous Constants,MsgBox Constants,String Constants,Tristate Constants,VarType Constants,VBScript Constants