+1 vote
in QuickTest Professional (QTP) by (4.5k points)
What is Procedure or Subroutine in VB Script?

1 Answer

0 votes
by (4.5k points)

Sub procedure is a series of VB Script statements (enclosed by Sub and End Sub statements) that perform actions but don't return a value. A Sub procedure can take arguments (constants, variables, or expressions that are passed by a calling procedure). If a Sub procedure has no arguments, its Sub statement must include an empty set of parentheses ().

Related questions

...