Visual Basic 2017 Lesson 17: Functions

[Lesson 16] << [Contents] >> [Lesson 18] In this lesson, we shall learn how to create a Function in Visual Basic 2017. A function is similar to a sub procedure, however, there is one major difference. A function returns a value whilst a sub procedure does not. In Visual Basic 2017, there are two types … Continue reading Visual Basic 2017 Lesson 17: Functions