Microsoft® Visual Basic® Scripting Edition VBScript Constants |
Language Reference Version 2 |
Here are the various categories of constants provided in VBScript and a brief description of each:
Color Constants
Defines eight basic colors that can be used in scripting.
Date and Time Constants
Defines date and time constants used by various date and time functions.
Date Format Constants
Defines constants used to format dates and times.
Miscellaneous Constants
Defines constants that don't conveniently fit into any other category.
MsgBox Constants
Defines constants used in the MsgBox function to describe button visibility, labeling, behavior, and return values.
String Constants
Defines a variety of non-printable characters used in string manipulation.
Tristate Constants
Defines constants used with functions that format numbers.
VarType Constants
Defines the various Variant subtypes.