write string reverse prog using vb script with out using
string reverse statement();
Answer Posted / uday
str="uday"
msgbox strreverse(str) 'just for info sake.
'this is the script
For i=len(str) to 1 step -1
resultchar=mid(str,i,1)
result=result+resultchar
Next
msgbox result
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How can i initiate the objects to find uniquely in OR
Explain sub procedure of vbscript.
How you can find length of array in qtp?
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
What is difference between Recording time object identification and Run time (Execution) time.
can any one say that where we can download the QTP trail version ??????????
Output values? i want a practical example
What is Distributed testing? How does UFT support it?
What is the recovery scenario in qtp?
For which type of projects the iterative model is not suitable?
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
How will you report the bug and explain the defect tracking sheet you handled?
How you can find the absolute value of the number in qtp?
What are the different types of functions available in qtp and explain ?
What is output value? How many types of output values are there in qtp?