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
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
how to explain a claims and insurance project?
How does quicktest professional identifies the object in the application?
Can we create a qtp test from qc?
What is 'sleep' in sync point?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
Why qtp the best testing tool?
To which environments does quicktest professional (qtp) supports?
how to prepared for first for the first interview?
How to remove associated function library?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
How many types of run modes are there in qtp?
Explain the types of object repositorys in qtp?
What are the challenges u faced in testing with crm domain? How u overcome with?