How to swap two numbers by using parameter passing method
byref in a fucntion and return the result to outside of the
function?
Answer Posted / aqueeb khan lodi
call swap ("AQUEEB")
msgbox Environment("num")
Sub swap(str1)
var1 =len( str1)
For i = 1 To var1 Step 1
var2 = right(str1, 1)
var3 = left(str1,(var1 - i))
var4 = var4& " " &var2
str1 = var3
Next
Environment("num") = var4
End Sub
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
when a test case is written how u test using qtp
Whats the realtime QTP testing process
diff between qtp versions from 8.5
What is the basic concept of quicktest professional (qtp)?
What is parameter in qtp?
If you are testing a web application then what will you test in that application?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
give me an example where u used good judgement and logic in solving a problem
What is the significance of “action 0” in qtp?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
What is Test Fusion Report in QTP?
How will you check that your test cases covered all the requirements?
Dis advantages of XML checkpoint ?
How will you declare a variable in qtp?
What is debugging? How you debug your script?