STATEMENT: ‘ 
Implemented in version 1.0
‘
The ‘ statement allows you to insert comments into your code.
Code:
<% ‘ This is one of two ways to comment in VBScript %>
<% Rem This is the other way %> 
STATEMENT: ‘ 
Implemented in version 1.0
‘
The ‘ statement allows you to insert comments into your code.
Code:
<% ‘ This is one of two ways to comment in VBScript %>
<% Rem This is the other way %>