MTP Module Documentation

MJ Mahoney
Last Revision: June 9, 2008

In Visual Basic modules serve the function of program libraries in other programming languages. They contain procedures (functions and subroutines) that are used by a main program, and can also be used to define data structures and program constants. If a procedure needs to be updated, this can be done in one location and all programs using the procedure will "see" the change.