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
Explain about the creation of EXE files with Visual Basic?
What is DAO?
What is instantiating?
What is meant by Establish Connection in RDO?
How would you convert a form into document?
What is the need of tabindex property is label control?
___,___ and __ are difference between image and picture controls.
How can you filter out specific type of file using file system controls?
Types of cursors in RDO.
How do I use GetPrivateProfileString to read from INI files?
Advantage of ActiveX Dll over Active Exe.
Explain the usage of Web Browser Control?
Which method is preferred to save data like database to the disk?
Which language is used in visual basic?
Types of LockEdits in DAO?