vbscript-comment
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 %>
VBScript – Statements
VBScript – Math
VBScript – Date/Heure
Property: TextStream.AtEndOfStream Implemented in version 2.0 object.AtEndOfStream The AtEndOfStream property returns a Boolean value. If the file pointer is positioned at the end of the file, the value is True. Otherwise, the value is False. The TextStreamobject must be open for reading or an error will occur when using this method. The following code uses…
VBScript – Statements
VBScript – I/O