ASP Keywords and Reserved Words
By Stephen Bucaro
Keywords and reserved words are predefined identifiers that have special meanings to
the system, application or compiler. You should avoid using them in your programs as they
may cause difficult to debug problems. In the case of ASP programming you have Keywords
and reserved words specific to ASP and to the programming language that you use.
Abandon
| AddHeader
| AppendToLog
|
Application
| Application_OnEnd
| Application_OnStart
|
ASPCode
| ASPDescription
| ASPError
|
BinaryRead
| BinaryWrite
| Buffer
|
CacheControl
| Category
| Charset
|
Clear
| ClientCertificate
| CodePage
|
CodePage
| Column
| Contents
|
ContentType
| Cookies
| CreateObject
|
Description
| End
| Execute
|
Expires
| ExpiresAbsolute
| File
|
Flush
| Form
| GetLastError
|
HTMLEncode
| IsClientConnected
| LCID
|
LCID
| Line
| Lock
|
MapPath
| Number
| ObjectContext
|
OnEndPage
| OnStartPage
| OnTransactionAbort
|
OnTransactionCommit
| PICS
| QueryString
|
Redirect
| Remove
| RemoveAll
|
Request
| Response
| ScriptTimeout
|
ServerVariables
| Session
| Session_OnEnd
|
Session_OnStart
| SessionID
| SetAbort
|
SetComplete
| Source
| StaticObjects
|
StaticObjects
| Status
| Timeout
|
TotalBytes
| Transfer
| Unlock
|
URLEncode
| Write
|
|
VBScript Keywords and Reserved Words
And
| As
| Boolean
|
ByRef
| Byte
| ByVal
|
Call
| Case
| Class
|
Const
| Currency
| Debug
|
Dim
| Do
| Double
|
Each
| Else
| ElseIf
|
Empty
| End
| EndIf
|
Enum
| Eqv
| Event
|
Exit
| False
| For
|
Function
| Get
| GoTo
|
If
| Imp
| Implements
|
In
| Integer
| Is
|
Let
| Like
| Long
|
Loop
| LSet
| Me
|
Mod
| New
| Next
|
Not
| Nothing
| Null
|
On
| Option
| Optional
|
Or
| ParamArray
| Preserve
|
Private
| Public
| RaiseEvent
|
ReDim
| Rem
| Resume
|
RSet
| Select
| Set
|
Shared
| Single
| Static
|
Stop
| Sub
| Then
|
To
| True
| Type
|
TypeOf
| Until
| Variant
|
Wend
| While
| With
|
Xor
|
|
|
|