The VBScript Network and Systems Administrator's Cafe:

Const statement

1

May 23, 2008  8:00 PM

VBScript Statements: Explanation of the Const Statement



Posted by: Jerry Lees
Const, Const statement, VBScript, VBScript Statements, vbscriptstatements

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...

1