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 advantages of a Hybrid framework?

590


Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know

1395


What is synchronization? What are the ways you can synchronize?

639


what is clean sweep?

1506


Explain in brief about the quicktest professional automation object model?

505






please post the interview questions for QA position in FACTSET

3938


HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?

1708


What is a programmatic description?

589


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

1536


What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?

596


What is RTM (require ment tracebulity marix) fromate?

1516


how will load the object during runtime?

1573


Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points

1614


wht type of User defined functions or Java Releated functions Do we write in VB scripting

1372


How to write business scripts using object repository with different scenarios

1378