1
May 23, 2008 8:00 PM
Posted by: Jerry Lees
Const, Const statement, VBScript, VBScript Statements, vbscriptstatements
VBScript Statements: Explanation of the Const Statement
Posted by: Jerry Lees
The Const statement is useful when you want to reference a specific, unchanging, value in your code multiple times without typing it over and over. For example, in order to use the Const Statement to create a reference to the value of pi to 50 decimal places, you use...




