What is the difference between ByRef and ByVal.
When to use ByRef and ByVal
Answer Posted / cybergh0st
Byval refers to the actual value of the variable. ByRef
refers to the location of where the value is stored.
Passing.
| Is This Answer Correct ? | 44 Yes | 2 No |
Post New Answer View All Answers
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
How to capture a runtime error in vbscript?
Why is error handling required?
What is loose binding? Why is it not a good practice to use it?
How will you convert a given number to long in vbscript?
Explain about constants in vb script?
Both Static and dynamic arrays are handled by VB script. Is it true?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Mention how you can call vbscript functions?
How will you get a subset of a array in vbscript?
What is the use of the recordset object and which statement is used to create such an object?
What are class properties?
Mention how to create a cookie using vbscript?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
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.