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
What is the syntax for how to call one script from another?
What is action?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Does quicktest professional is unicode compatible?
please post the interview questions for QA position in FACTSET
What is the extension of the recovery scenario file in qtp?
How to create runtime property for an object?
What is contained in the object repository?
What are the technologies supported by qtp?
How many types of recording facility are available in quicktest professional (qtp)?
What are the different ways to invoke an application using QTP?
Explain how qtp identifies object?
Explain in brief about the quicktest professional (qtp) automation object model?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer