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 is meant by Establish Connection in RDO?
Explain about arrays?
What is vbs file?
Difference between Linked Object and Embedded Object?
Difference between Tabletype and Snapshot?
What do you mean by provider?
What is rdo in vb?
With in the form we want to check all the text box control are typed or not? How?
What language does visual basic use?
What is ado data control in vb6 0?
How many objects resides in ADO ?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
Timer control contains ________ no. of events.
How do I create a window with a small title bar as in a floating toolbar?
____ property is used to lock a textbox to enter a datas.