write string reverse prog using vb script with out using
string reverse statement();
Answer Posted / jagadish
str = "jagguvamsee"
n=len(str)
for i = 1 to n
a = mid(str,i.1)&a
msgbox a
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can any body give the banking domain concepts/links
Explain runtime dynamic settings?
What is Curd testing?
Explain the concept of how quicktest professional (qtp) identifies object?
What is ObjectParamater?
Explain the new feature of UFT regarding the export of test results?
what is profile tool?
When do go for loop condition in test?
How can you handle exceptions in qtp?
Is qtp supports uni-code?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
How to use reporter.report event in qtp ?
What are the challenges you faced during you entire life automation ?
How you can write contexts to text file in qtp?
Explain actions in qtp ?