What is the difference between ByRef and ByVal.
When to use ByRef and ByVal
Answer Posted / fgf
Small correction: we have to call the function
Function abc(ByRef var)
var=var+1
End Function
Dim x:x=2
Call abc(x)
Msgbox x
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
How to access array data?
When does ‘on click of button’ event gets triggered in the vbscript language?
Differentiate javascript and vbscript?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
What are the data types supported by vbscript?
How to assign a date value to a variable?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
write a program to display configuration of a local system with the help of vb script.
What is dictionary object in vbscript? Explain?
Can u describe what kind of testing are for OTC derivates by banks.
There are 5 web pages.write a script to click the button on 4th web page.
Mention what is vbscript?
How will you get the exponent of the given number in vbscript?