Article ID: 216528 - Last Review: August 8, 2007 - Revision: 2.1 INFO: Reserved Words in VBScript 5.5 and JScript 5.5This article was previously published under Q216528 SUMMARY
There are certain words that the scanner (parser) in Visual Basic Scripting Edition (VBScript) version 5.5 and JScript version 5.5 considers "reserved". Although these words are not all in use, they are still treated as reserved and cannot be used as identifiers or variables.
MORE INFORMATIONVBScriptThe following words are reserved in Microsoft VBScript:
JScriptThe following words are reserved in Microsoft JScript:
REFERENCES
For more information on Microsoft JScript and VBScript, see the Microsoft Windows Script Technologies Web site:
http://msdn2.microsoft.com/en-us/library/ms950396.aspx
(http://msdn2.microsoft.com/en-us/library/ms950396.aspx)
For the complete ECMA-262 specification (on which Microsoft JScript is based), see the following ECMA site:
http://www.ecma.ch/ecma1/STAND/ECMA-262.htm
(http://www.ecma.ch/ecma1/STAND/ECMA-262.htm)
APPLIES TO
| Article Translations
|


Back to the top
