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
How do we analyze the checkpoint results?
How do you open adobe acrobat file in QTP and do some testing on that file ?
If I change the object name in one action will it be updated in all the actions? Or not?
Explain how you can delete excel file in qtp?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
how to find that tools work well with your existing system?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
What r the different filters in defect in quality center
How to create runtime property for an object?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
Explain the check points in quicktest professional?
Explain the check points in quicktest professional (qtp)?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?