how to reverse the string without using bultin functions(i.e
mean mid,len ,reverse functions)

Answer Posted / bantanahal haribabu

using regular exp=======
set Obj=New RegExp
Obj.pattren="[a-z]"
obj.global=true
set obje1=obj.execute(str)
for each letter in obje1
result=letter.value&result
next
print result

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2793


what is command for executing files?

1725


Mention the different actions types of qtp.

789


Suggest and Define a solution for an application whose objects are not recognized by UFT?

873


How QTP support all types of applications (platforms)?

4270


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.

1826


How many types of actions are there in quicktest professional?

746


after click on compose mail how can we attached a file in qtp with vbscript code

1891


what is meant by Implicit and explicit requirements?

3864


How to give a call to another action from one action?

861


How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?

1738


When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti

2688


what frame work you are following?

1713


Which features or drawbacks of QTP lead to the upgrade for a newer version?

767


How to create Reusable and Multiple Actions?

1929