how to reverse a string with out using string or predefined
function,ex:string is " i love india". the output should be
like this "i evol aidni"
Answer Posted / praveen ponnala
hi guys
Try this
Dim MyStr, MyArray
MyStr = "I Love India"
MyArray = Split(MyStr," ")
msgbox StrReverse(MyArray (0)) &" " &StrReverse(MyArray
(1)) &" "&StrReverse(MyArray (2))
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How will you check that your test cases covered all the requirements?
Tell me about your project? please help me how to tell about insurance project
How do Parameterization and Data-Driving relate to each other in QTP?
What are the major/ important methods, functions in QTP we use realtime testing
if our qtp vb Script may be Currepted then What we want do?
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
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
What is system testing and what are the different types of tests you perform in system testing?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
How many add-ins comes by default with quicktest professional?
terminal services client
What is recovery scenario in qtp?
Is it possible to call win runner script in qtp?
How to release all resources file from the QTP?
what is actually contain test report? can anybody post the test report