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
What is the difference between javascript and vbscript?
Explain the constants in vbscript?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Does VB/Win make standalone .EXE files?
How will you convert a string to lower case string using vbscript?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
Explain the .wsf files?
what types of bugs will we find out in banking projects for automation testing?
how to increasing the numbers in a given text box please write a vb script
wht must be the interview question on corinthian information technology solutions incorporated.
Differentiate javascript and vbscript?
Why to use option explicit in vb script?