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


Please Help Members By Posting Answers For Below Questions

In qtp, how you can remove the spaces from string?

544


How to export quicktest professional (qtp) results to an .xls file?

593


How many types of status are there?

584


what is test scheduleling?

2007


What is the difference between the keyword view and expert view?

521






Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance

1537


What is the architecture of your project? Can any one answer for this question plz........

1407


How many types of actions are there in quicktest professional (qtp)?

529


What is the basic concept of qtp?

571


Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?

1225


can anyone tell me from where i can download qtp demo or crack version

1621


How do you check ticket cost and ticket number in flight application?

582


Is text area check point supports for web applications?

528


what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana

1459


What is quick test pro? What is a quick test professional?

547