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
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
How the smart identification is used in real time?Please explain with an example
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Explain qtp(quick test professional)?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
Where is the Bitmap checkpoint information stored?
What are the different types of recording modes in qtp? Which will be used when?
Explain object spy in qtp.
How to capture a window in QTP?
How you can decide which type of object repository you have to use?
What is the expert view?
write a script to verify the image path(src property) of the images which are in web pages.
What is system testing and what are the different types of tests you perform in system testing?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box