A Constant is an item that holds the data but cannot change during the execution of program.
VBScript supports two types of constants.
1. Implicit Constants: Implicit constants are pre-defined by VBScript. Implict constants begin with a vb prefix.
Example: Color Constants, Date and Time Constants, MsgBox Constants
2. Explicit Constants: Explicit constants are defined by the programmer
No comments:
Post a Comment