
July 14th, 2008, 09:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 905
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Understanding Procedures in VBScript
In programming, procedures are code structures that contain reusable code. Instead of recreating the series of statements over and over again, you can package your code in a procedure and call that procedure whenever you want that code group to execute. In short, procedures can be used as a way to simplify your code.
Read the full article here: Understanding Procedures in VBScript
For more discussion go here: Blog Article Discussion
|