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
What is recordset in visual basic?
Clear property is available in ____,___ control.
What is the default model of the form?
Is it possible to set a shortcut key for label?
Difference between Tabletype and Snapshot?
What is the use of Active Control Property?
Advantage of ActiveX Dll over Active Exe.
How would you use ActiveX Dll and ActiveX Exe in your application?
Explain the "cursortype" and "Locktype" in VB?
Explain the types of Views in Listview Control.
Through which protocol OLEDB components are interfaced?
Which method is used to write context Into file?
how to use telugu language in vb6? any unicode data is available for telugu or not?yes means how to use? my desired output is telugu only? i am doing project like(telugu calendar),my output should be print in telugu only? pls send me the solution with code?
What is the use of Imagelist Controls ?
Is visualvm free?