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
write a program to display configuration of a local system with the help of vb script.
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
who will create the object?
Which date function is used in the vbscript language to find the difference between the 2 dates?
What is the main difference between function and sub-procedure?
Both Static and dynamic arrays are handled by VB script. Is it true?
Explain the tristate constants in vbscript?
How will you get a combined string from array of string in vbscript?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Which operator can be used to change the value of the operand or change the state of the condition?
How are arrays declared in the vbscript language?
What are the environments supported by vbscript language?
How will you get the smallest subscript of an array in vbscript?
What are class events?
How will you convert a string to lower case string using vbscript?