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
Table of Contents
- Scripting Techniques
- Data Types
- Variables
- Constants
- Conditional Statements
- Build-In-Functions
- Loop Statements
- Sample Scripts
- Comments
- Input Box
- VBScript-Excel Object
- VBScript - MS Word Object
- VBScript Dictionary Object
- VBScript - FSO - Drives
- VBScript - XML Object
- VBScript - FSO - Folders
- VBScript - FSO - Files
- VBScript - Coding Standards
Thursday, September 2, 2010
Constants
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment