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
what are the Types of DBCombo boxes?
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
How do I get my application on top?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How to control the file?
What are the different procedures associated with the object?
How can I call a 'hidden' DOS program from VB?
What is FireHouse Cursors?
Write the steps in Creating ActiveX Dll and Active Exe?
what is the Difference between Linked Object and Embedded Object?
How to find size of the file. Which method or function is used to occomplish this?
Types of cursors in DAO?
Whether HTML supports multimedia: and document links?
What is OLEDB?
What is the need of tabindex property is label control.