Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / litan

x="Redfort is in Delhi"
a=split(x," ")
msgbox a(3)&" "&a(2)&" "&a(1)&" "&a(0)

just check it out..
its workin properly

Is This Answer Correct ?    4 Yes 2 No

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

Answer / ashish wadhwa

A="Redfort is in Delhi"
b=Split(A, " ")
For i=0 to UBound(b)
result=result&" "&b(UBound(b)-i)
result=Trim(result)
Next

Is This Answer Correct ?    1 Yes 0 No

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

Answer / ashish wadhwa

A="Redfort is in Delhi"
b=Split(A, " ")
For i=0 to UBound(b)
result=result&" "&b(UBound(b)-i)
Next
result=Trim(result)

Try this it will work

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

What is the difference between Datadriven and Parameterization?

8 Answers   Ordain Solutions,


How many add-ins comes by default with quicktest professional?

0 Answers  


Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks

3 Answers  


Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script

18 Answers   IBM,


How u call functions in QTP

5 Answers   Lehman Brothers,


in QTP we test web based application at that time what script is run? is support vb script? plz tell me

3 Answers  


where did you automate in your project?(please tell me example senarios)

2 Answers  


what is the another name for blackbox testing?

7 Answers  


Hi any body can tell me the synchranization point syntax thanks in advance

6 Answers   AppLabs,


What is runtime objects and test objects? What is the difference between them?

7 Answers   IBM,


Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com

0 Answers  


How to Set the Global Sync Timeouts in QTP?

2 Answers  


Categories