What is the difference between procedure and functions in VB?
Answer Posted / sakthi
Procedure is like function with no return value
Function may /may not return some thing
Both may/may not accept parameters
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I add a form in visual basic?
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?
Where can I get good up-to-date information about VB?
what are the Types of LockEdits in RDO?
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 are the types of LockEdits in DAO?
How do I prevent multiple instances of my program?
What is rdo in vb?
How many File System Controls are there Explain?
What do you know about user forms.
What is the use of NEW Keyword? Explain.
How many objects resides in ADO ?
How would you activate animation control?
Through which protocol OLEDB components are interfaced?
To find the current recordposition in data control.