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 are the views available in quicktest professional?
Define virtual object?
what is stepin & stepout?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
What are test settings and global settings?
What is checking bitmaps?
What is output value? How many types of output values are there in qtp?
What is checkpoint in qtp?
Define Environment Variable in UFT and its uses?
What are the check points can be inserted without recording?
Differences between quicktest professional (qtp) and winrunner?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
How to Test the mainframe application?
assume i have few url link how will i dynamically call then using descriptive programming?
Explain actions in qtp ?