How to pass the parameter from one function to another
function in VB Scripting?
Answer / vaishnavi murugan
dim a
a=10
b=20
call value(a,b)
function value(a,b)
c = a+b
msgbox c
call val1(c)
end function
function val1(c)
d = c+2
msgbox d
end function
| Is This Answer Correct ? | 4 Yes | 0 No |
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
what is the differance between BYVAL,BYREF?
how to add action through AOM in QTP
Which function is used to perform string comparison?
How will you check that a variable is an array in vbscript?
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..
join all the array values without using join function?
What is select case statement?
1. How do declare public variable in vb scripts?
What are the advantages of vbscript?