Reverse a string keeping the words in the string as it is.
E.G. "Quick Test Professional"
O/P "Professional Test Quick"
Answer Posted / abbas
Var1="Quick Test Professional" 'Store String In One Variable
Arr=Split(Var1, " ") 'Split String By Space
For i=UBound(Arr) To 0 Step -1 'Run A Loop
Var2=Var2 &Arr(i) &Space(2)
Next
Msgbox Var2
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is CMMP and CMMH?
i can done the project with QTP in that time i can say how many members in my team size?
How to get popup error message.
What is the difference between run time object and test object?
What is keyword driven framework?
What is test object model in quicktest professional (qtp)?
What is a Patch in QTP?
How to find the length of the string in qtp?
Explain different checkpoints in qtp.
What is the process of synchronizing qtp and aut?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
How to break the object spy ?
give me the code to save all messages of inbox of gmail into a folder and notepad
How the smart identification is used in real time?Please explain with an example
what is the advantages and disadvantages of using functions instead of re usable actions