Skip to content

Commit 3dc98f6

Browse files
authored
Update vbs-reserved.html
1 parent 19dfc48 commit 3dc98f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

extra/vbs-reserved.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ <h1>VBScript Reserved Words</h1>
363363
<td>Wend</td>
364364
<td>While</td>
365365
<td>With</td>
366+
<td>WScript</td>
366367
</tr>
367368

368369
<tr>
@@ -383,10 +384,10 @@ <h1>VBScript Reserved Words</h1>
383384
<script>
384385
// populate search
385386
var reservedWords =
386-
'Abs,And,Array,As,Asc,AscW,Atn,Boolean,ByRef,Byte,ByVal,Call,Case,CBool,CByte,CCur,CDate,CDbl,Chr,ChrB,ChrW,CInt,Class,CLng,Const,Cos,CreateObject,CSng,CStr,Currency,Date,DateAdd,DateDiff,DatePart,DateSerial,DateValue,Day,Debug,Dim,Do,Double,Each,Else,ElseIf,Empty,End,Enum,Eqv,Escape,Eval,Event,Execute,ExecuteGlobal,Exit,Exp,False,Filter,Fix,For,FormatCurrency,FormatDateTime,FormatNumber,FormatPercent,Function,Get,GetLocale,GetObject,GetRef,GoTo,Hex,Hour,If,Imp,Implements,In,InputBox,InStr,InStrRev,Int,Integer,Is,IsArray,IsDate,IsEmpty,IsNull,IsNumeric,IsObject,Join,LBound,LCase,Left,Len,LenB,Let,Like,LoadPicture,Log,Long,Loop,LSet,LTrim,Me,Mid,Minute,Mod,Month,MonthName,MsgBox,New,Next,Not,Nothing,Now,Null,Oct,On,Option,Optional,Or,ParamArray,Preserve,Private,Public,RaiseEvent,Randomize,ReDim,RegExp,Rem,Replace,Resume,RGB,Right,RightB,Rnd,Round,RSet,RTrim,ScriptEngine,ScriptEngineBuildVersion,ScriptEngineMajorVersion,ScriptEngineMinorVersion,Second,Select,Set,SetLocale,Sgn,Shared,Sin,Single,Space,Split,Sqr,Static,Stop,StrComp,String,StrReverse,Sub,Tan,Then,Time,Timer,TimeSerial,TimeValue,To,Trim,True,Type,TypeName,TypeOf,UBound,UCase,UnEscape,Until,Variant,VarType,Weekday,WeekdayName,Wend,While,With,Xor,Year'
387+
'Abs,And,Array,As,Asc,AscW,Atn,Boolean,ByRef,Byte,ByVal,Call,Case,CBool,CByte,CCur,CDate,CDbl,Chr,ChrB,ChrW,CInt,Class,CLng,Const,Cos,CreateObject,CSng,CStr,Currency,Date,DateAdd,DateDiff,DatePart,DateSerial,DateValue,Day,Debug,Dim,Do,Double,Each,Else,ElseIf,Empty,End,Enum,Eqv,Escape,Eval,Event,Execute,ExecuteGlobal,Exit,Exp,False,Filter,Fix,For,FormatCurrency,FormatDateTime,FormatNumber,FormatPercent,Function,Get,GetLocale,GetObject,GetRef,GoTo,Hex,Hour,If,Imp,Implements,In,InputBox,InStr,InStrRev,Int,Integer,Is,IsArray,IsDate,IsEmpty,IsNull,IsNumeric,IsObject,Join,LBound,LCase,Left,Len,LenB,Let,Like,LoadPicture,Log,Long,Loop,LSet,LTrim,Me,Mid,Minute,Mod,Month,MonthName,MsgBox,New,Next,Not,Nothing,Now,Null,Oct,On,Option,Optional,Or,ParamArray,Preserve,Private,Public,RaiseEvent,Randomize,ReDim,RegExp,Rem,Replace,Resume,RGB,Right,RightB,Rnd,Round,RSet,RTrim,ScriptEngine,ScriptEngineBuildVersion,ScriptEngineMajorVersion,ScriptEngineMinorVersion,Second,Select,Set,SetLocale,Sgn,Shared,Sin,Single,Space,Split,Sqr,Static,Stop,StrComp,String,StrReverse,Sub,Tan,Then,Time,Timer,TimeSerial,TimeValue,To,Trim,True,Type,TypeName,TypeOf,UBound,UCase,UnEscape,Until,Variant,VarType,Weekday,WeekdayName,Wend,While,With,WScript,Xor,Year'
387388
.split(',')
388389
var options;
389-
for (var i = 0; i < reservedWords.length; i++) {
390+
for (var i = 1; i < reservedWords.length; i++) {
390391
options += '<option value=' + reservedWords[i] + '>'
391392
}
392393
document.getElementById('reserved').innerHTML = options

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy