Saved Bookmarks
| 1. |
Explain about Functions and Procedures in VB with suitable examples (10 mark questions) |
|
Answer» ong>Answer: A Function PROCEDURE is a series of Visual BASIC statements ENCLOSED by the Function and END Function statements. The Function procedure performs a task and then returns CONTROL to the calling code. ... You can define a Function procedure in a module, class, or structure. |
|