write string reverse prog using vb script with out using
string reverse statement();
Answer Posted / ankarao
str="Ankarao"
l=len(str)
for i=n to 1 step-1
res=mid(str,i,1)
rev=rev+res
next
msgbox rev
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Discuss the QTP Environment?
How can you handle exceptions in qtp?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
How to execute a winrunner script in quicktest professional (qtp)?
how to create flat file datasubmission in qtp
in a web page How to check and display a particular word from a paragraph?
How to release all resources file from the QTP?
Diff b/w test scenario's and test Procedures?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
give me the code to save all messages of inbox of gmail into a folder and notepad
what is the diff b/w assistive and mandatary rules of object repository in QTP???
what is the difference between the modular framework and datadriven frame work