What is the difference between ByRef and ByVal.
When to use ByRef and ByVal
Answer Posted / akshitha
Arguments r of 2 types-
byval & byref
byval-when a method is called using by value & an argument
is passed & if the value of that argument is modified within
that method,orginal argument is not modified
byref-when a method is called by reference & an argument is
passed & if the value of that argument is modified within
that method,original argument is modified
| Is This Answer Correct ? | 31 Yes | 12 No |
Post New Answer View All Answers
How to take whole text output from screen of Bitmap Application.
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
What is byref and byval parameters in vbscript?
What are subprocedures in vbscript?
What is the difference between javascript and vbscript?
what is the features of visual basic?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
How to write functions and sub in vb script?
Illustrate briefly about the different types of statement
Explain about vb script?
how to increasing the numbers in a given text box please write a vb script
If else for do while select in vb script?
What is the difference between a dictionary and an array?
how to acces the remote mechine using vb cript(QTP)
Explain the functionality of vbscript?