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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the technics follow in writing VB script?

1532


How do you check ticket cost and ticket number in flight application?

589


How to suppress warnings from the test results page?

601


how can we do the frame work in qtp

1602


What ate the Technologies supported by QTP?

648






How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?

1280


what is test scheduleling?

2013


How QTP support all types of applications (platforms)?

4081


How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.

1540


How many types of actions are there in quicktest professional?

514


What is difference in global and action sheet in qtp?

610


How can we conduct U-I Testing by using QTP??????

1429


Can we run test with out adding object in object repository? How it is possible?

542


Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this

2060


How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.

1813