write the code to reverse a string without using Strrev
built in function.

Answer Posted / bhaskar

Str = InputBox("Please enter the string to be reversed:")
Cnt = len(str)
For i = 1 to Cnt
Rstr = mid(str , i ,1) &Rstr
Next
Msgbox Rstr

Is This Answer Correct ?    15 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

banking project description for software tester

7007


what is the hierarchy to use properties in descriptive programming

1486


Give the syntax to import/export xls into qtp.

574


What are the different recording modes?

547


Brief the process of testing with UFT?

609






Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u

1359


What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?

592


In qtp, explain what is qrs file?

571


What are the features of quick test pro(qtp)?

516


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

1671


How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet

1523


Can you write a script to check if the folder exists or not?

499


How to execute a winrunner script in quicktest professional?

541


Explain advantages and disadvantages of ddf?

583


How to test the login page in different ways in automation testing and i need code?

1328