I have a string "Redfort is in Delhi" how do u write
vbscript for " Delhi in is Redfort"

Answer Posted / dhakshna

str= "Redfort is in Delhi"
arr= split(str," ")
For i =ubound(arr) to lbound(arr) step -1
res = res&" " &arr(i)
Next
msgbox res

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can any body please tell me the steps of keyword driven framework of QTP.

1572


How QTP support all types of applications (platforms)?

4085


What are the different attribute used with regular expression?

539


How to save your test using quicktest professional (qtp)?

606


How do you create regression test packs?

614






How to test fly out menu in qtp?

529


How to explain a banking project in interview as a test engineer???

2606


Can we Test Welcome Screens and Process Images with QTP

1437


WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT

1711


Write a QTP script to enter a keyword in to Google search engine?

657


How many types of status are there?

597


How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?

580


In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

565


How to find array size in qtp?

589


after initiating one project for testing, when exacltly QTP tester role starts?

1413