Introduction to VB Function (Part 1)
Functions are similar to normal procedures but the main purpose of the functions is to accept certain inputs and pass them on to the main program to finish the execution. They are two types of function, the built-in functions(or internal functions) and the functions created by the programmers.
Views: 1273 | | by Donald
View this tutorial