Sub Procedure Tutorial – VB.Net Introduction to Subs



Sub Procedure Tutorial – VB.Net Introduction to Subs

Sub Procedure Tutorial - VB.Net Introduction to Subs

This is an introductory tutorial on creating a sub procedure using Visual Studio 2010. In this example we generate the infamous, “Hello World!” string through use of a sub procedure (frequently referenced as a sub routine). In the previous video, I examined the difference between a function and a sub. The next 2 videos use subs in more applicable contexts. This video is intended for a beginning or intermediate programming student who wants to understand how to use a sub procedure.

Comments are closed.