What is the difference between procedure and functions in VB?
Answer Posted / javed isa
1.Procedure accept input output parameter But function
accept only input parameter.
2. Function return the value but procuder not return the
value.
3.Some Condition procedure return the value like text,
ntext,timestemp data type value but function not return
text,ntext,timestemp value
| Is This Answer Correct ? | 56 Yes | 23 No |
Post New Answer View All Answers
How would you create properties by using class Builder Wizard?
What is the default workspace?
How do you change the icon and otherwise manipulate the DOS box?
What is the default workspace?
Draw Sequence Modal of DAO and Explain?
How do I set the Windows wallpaper at runtime?
What is data binding in vb net?
Can you create a tabletype of recordset in Jet connected ODBC dbengine.
What is a toolbox in visual basic?
What is the difference between change event in normal combobox and dbcombobox?
Timer control contains ________ no. of events.
How can I speed up my VB database application?
What is activex control in vb?
Discuss the working with to-do lists.
How many types of API functions are available in VB?