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


Please Help Members By Posting Answers For Below Questions

how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up

3747


What is a quick test professional?

618


how do u plan test automation?

1439


Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.

1553


How to use Environment parameterization? Explain with an example.

1473






how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??

1574


What is object spy in quicktest professional (qtp)?

533


Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.

1605


Name the different types of recording modes?

570


How to use reporter.report event in qtp ?

545


What is the architecture of your project? Can any one answer for this question plz........

1406


explain abt dyanamic changing object with example?

1895


How can i check items sorted or not in a weblist ? Give me the script for this...

1571


how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel

1897


I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.

1617