How do function returns a value?How can we pass one function
value to other function as input

Answer Posted / srinivas

Hi
I think this question Answer is we can use recall function
for example
function adds(a,b,c)
c=a+b
endfunction
msgbox c
Here a=10
b=20
function multi(c,d,e)
e=c*d
msgbox d
endfunction
here d=52
If i am wrong pls send a mail to me my mail id is
vasuth2008@gmail.com

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

By using QTP can we record any log files written by the application which is in execution?

1709


What is file database?

1876


HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...

2622


How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks

3012


what is clean sweep?

1722


Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)

3458


How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)

1979


What will be happen if i load object repository at run time, but it has already associated.

1501


Which functionalities of QTP used in banking project? pls any say answer?

1651


Can we use index on view?

1844


What is a quick test professional?

935


Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?

1899


1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP

1769


How do I get the QTP scripts result in xml format by using vb script function?

2012


What is text/text area checkpoint?

816