1
August 1, 2008 2:32 AM
Posted by: Jerry Lees
Sub, Sub Statement, Subroutines, VBScript, VBScript Statements
VBScript Statements: Explanation of the Sub Statement
Posted by: Jerry Lees
The VBScript statement Sub allows you to create a section of code that can be reused over and over, called a subroutine. It also allows you to name this section of code and refer to it by name, rather than typing it in multiple times. Subroutines can optionally have parameters...




