What is the difference between procedure and functions in VB?
Answer Posted / julie
procedure is a block of statements which performs a
particular task.In vb, procedures can be classified into
subroutines and functions.
Both subroutines and functions are block of statements.
The main difference between functions and subroutines is
that functions will execute some statments and return a
value. But subroutines will never return a value.
Both functions and subroutines can accept parameters.
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
which property used to add a menus at runtime?
___ property is used to change to ___ value to access a identity column'in datacontrols.
What is instantiating?
How do I get the Tab key to be treated like a normal character?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
Explain the types of Views in Listview Control.
Is there a way to break long lines in VB code?
What is the difference between change event in normal combobox and dbcombobox?
What is instantiating?
What are the types of Error? In which areas the Error occurs?
What is the use of Active Control Property?
How do I set the Windows wallpaper at runtime?
Which type of object requires this object?
How can you Navigate from the DHTML application to another DHTML application? .
Can you create a tabletype of recordset in Jet connected ODBC dbengine.