How can we return a value from User Defined Function ? For
Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b)
and i am addding those 2 and storing in to another var (c).
Now i want to pass that var(c) to another function (fun2).
What will be the script?
Answer Posted / ramesh
Hi Ganesh/Krishna,
Can you try it out the below one.
function add(out c)
{
c=a+b
add(c)
}
dis=add(c)
function len(dis)
{
count=length(dis)
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can you convert QTP 8.2 scripts to QTP 9.2. Please give some inputs ASAP.
how do u define in ur build.xml If I need to execute a task before executing my task?
Why we use Action Script(Multimedia Flash) rather than using other scripting languages (JAVA,VB...etc) ?
How do you insert record into scripting using siebel crm
how can we move to the next column in excel sheet in file operation using descriptive programming inQTP?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
Need a batch file or VB script to delete old (more than 90datys) roaming profiles
I Am Planning to Write ISTQB foundation level Ceritification of inida. can Any Body let me know how to prepare for it & Any Study material can you provide or Any other E-books i should need to Study. Please Mail to me ajaybe_2004@yahoo.co.in THnaks in advance Ajay
how do invoke OS task through ANT?
I have deducted tds on pay slip for employees ist month tell me how to deposit this amt to govt. by bank or any form is available fill the same and deposit the govt. department. Pls explain me which form to be used for deposit the same with due date.
why do u need an ANT?
can I name the build.xml with any name? if so how can I invoke ?
why script is client dependant.
what is the Structure of an ANT file?
In sap script, created 1 form but when its went to production system , client want some changes in 1 (ex - addrss) window, what we will do?