write the code to reverse a string without using Strrev
built in function.
Answer Posted / m.bindu kumar
'Code to reverse a string without using strrev using
functions
Function stringreverse(a)
strlen=len(a)
For i = strlen to 1 step -1
strrev=mid(a,i,1)
stn=stn+strrev
Next
msgbox stn
End function
Dim strrev,strlen, strname,stn
a=inputbox ("enter the string to reverse")
stringreverse(a)
Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
Explain the check points in quicktest professional (qtp)?
How to check which add-ins are associated with a test in qtp?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
Can you brief the hurdles you faced during Automation testing?
Is it possible to split an action? How?
Is it possible to switch between recording modes during a test creation?
What do you mean by checkpoints in qtp?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
what is the difference btn risks & Therads in the Test plan documentation?
what is the frame work in J-meter?
Plz Explain AUTOMATION REFERENCE MODEL?