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
Explain the differences between ActiveX Dll and ActiveX Exe?
Is visual basic case sensitive?
What is dao in vb?
What are the properties of datacontrol?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
What is form in visual basic?
What is the use of Tabledef?
How would you Create a Query Builder and Explain its uses
How would you create Visual basic Document file?
How to find the current record position in data control?
How would you create your application in DHTML?
What is "Reserved Error -1209"?
How do I mimic a toggle button?
Clear property is available in ____,___ control.
What is the use of NEW Keyword? Explain.