I have a string "Redfort is in Delhi" how do u write
vbscript for " Delhi in is Redfort"
Answer Posted / 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 View All Answers
What r the different filters in defect in quality center
How to check which add-ins are associated with a test in qtp?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
How to find a window is minimized or not
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
What is standalone database?
write a script to verify the image path(src property) of the images which are in web pages.
What is the difference between qtp and selenium?
What is the difference in testing a client-server application and a web application?
What is the Difference between copy to action and call to action?
What is the use of running the scripts in Hidden-mode in UFT?
what is the difference between modular framework & datadriven framework
How to import a test case present in ".xls" file to TD under a Test set?
How to execute a winrunner script in quicktest professional (qtp)?