Using Other VBScript Statements
This section provides a quick reference to some of the other VBScript statements. The following formatting is used:
All VBScript keywords are in a monospace font.
Words in monospace italic represent user-defined names or statements.
Any portions enclosed in square brackets ([ and ]) are optional.
Portions enclosed in braces ({ and }) and separated by a vertical bar (|) represent an option, of which one must be selected.
The word statements... indicates a block of one or more statements.
The Call Statement
The Call statement calls a VBScript Sub or Function procedure, as follows:
Syntax:
Call MyProc([arglist])
or
MyProc [arglist]
Note that arglist is a comma-delimited list of zero or more arguments to be passed ...
Get Platinum Edition Using XHTML™, XML, and Java™ 2 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.