Hi all..I have two values. a=20 ,b=30
I want to perform c= a+b and c= a*b using user define
function.please anyone give the answer
Answer / prathyusha
Res=Add (20,30)
msgbox Res
Function Add (a,b)
c=a+b
Add=c
End Function
Res1= Mul (20,30)
msgbox Res1
Function Mul (a,b)
c=a*b
Mul=c
End Function
Is This Answer Correct ? | 0 Yes | 0 No |
in qtp we ve datatable look like excel ,if we want to extract data from excel which saved in my documet how can i get that in datatable using vb script
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
How can I get the value of an object property or variable in another frame?
print the array values in ascending order?
To get data from table which method will be used in QTP
Explain about scrrun.dll in vbscript?
Write a Fucntion to close all Opened browser expect desired one?
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
What is the use of the formatdatetime function in the vbscript language?
How do you write an SQL insert statement?
how does vb script help in web page designing? explain with example.
What is the difference between for loop and while loop?