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

Answer Posted / prasad

Option Explicit
Dim Str, Cnt , Rstr , i

Str = "Shiva"
Cnt = len(str)

For i = 1 to Cnt
Rstr = mid(str , i ,1) &Rstr
Next
Msgbox Rstr

Is This Answer Correct ?    11 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com

1480


HOw to add the recovery file at runtime to the test file .

1525


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

1532


in a web page How to check and display a particular word from a paragraph?

2023


How to Test the mainframe application?

1811






how can we compare descriptive programing with a regular expression

1908


What is the quicktest professional testing process?

517


What is quicktest professional (qtp)?

551


what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?

1358


What is ‘object spy’ and what is the function of object spy in qtp?

560


Where we use data driver in qtp?

595


What is different command used in command Prompt while using QTP?

1733


What are the different attributes used with regular expression?

532


What are the advantages of Object Repository?

569


Explain step generator in qtp?

630