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 / karthikjanahan

Dim str,arr
str = "i love india"
strlen = len(str)
ReDim arr(strlen)
For i = strlen to 1 step -1
arr(i) = mid(str,i,1)
x = x & arr(i)
Next
msgbox x

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the ordinal identifiers in web page?

628


hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this

1509


how to post xml data from QTP scripts to any application?

1497


in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?

6313


in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?

1349






Have you used xml check point in your project?

550


How many types of recording facility are available in quicktest professional?

558


What ate the Technologies supported by QTP?

639


Does Low-level recording capture mouse movements?

580


Where is the Bitmap checkpoint information stored?

1756


How to call a test from another test?

678


How to find a window is minimized or not

1436


why should we give deliver good quality software?

1625


how will load the object during runtime?

1577


Why to use descriptive programming?

556