how to reverse a string with out using string or predefined
function,ex:string is " i love india". the output should be
like this "i evol aidni"
Answer Posted / rajender singh
aa = "i love india"
bb = split(aa," ")
dd = ""
For i=0 to ubound(bb)
cc = StrReverse(bb(i))
dd = dd&" "&cc
Next
msgbox dd
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
With what extension you can save the list of tests in a file to run in test batch runner?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
What is checkpoints for qtp?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
Define Canvas view of UFT?
explain structured testing? plz guys with exp. do answer
How can you identify the browser and its information using the qtp script?
What is the use of running the scripts in Hidden-mode in UFT?
Why do we use breakpoints in QTP?
What is the extension of the qtp local repository?
What is the diff between image and bitmap check point?
Hello friends..... On which areas of an application we can not test with QTP
what are the limitations of smart identification in qtp 9.0
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?