What is the difference between procedure and functions in VB?
Answer Posted / shivangi pandya(cojit -->sy
*....Procedure is a set of code,it simply performs the job
(work) which is assigned to it....Function accepts the
parameters & does the calculations.
*....Fuction return the value,....but procedure doesn't
return the value
*....while defin the procedure 'sub' keyword is
used...While defining the function,'function' keyword is
used.
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
what controls have you used in your project?
What is the use of Visual Basic Document file?
How can you get selected file from file system Control?
What is "Reserved Error -1209"?
How do I program the Novell NetWare API from VB?
How do I change the color of a form in visual basic?
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
Is there a way to break long lines in VB code?
It is possible to access Text (x.txt) files? Explain.
What are the different procedures associated with the object?
Draw Sequence Modal of DAO and Explain?
What is instantiating?
How would you map properties to controls by using ActiveX Control Interface Wizard?
How would you Create a Query Builder and Explain its uses
How do I implement an incremental search in list/dir/combo/file boxes?