write string reverse prog using vb script with out using
string reverse statement();
Answer Posted / ankarao
str="Ankarao"
l=len(str)
for i=n to 1 step-1
res=mid(str,i,1)
rev=rev+res
next
msgbox rev
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How you can delete excel file in qtp?
There is an excel file of 1 to 100 sheets how you will iterate through it?
Does Low-level recording capture mouse movements?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
what is test scheduleling?
What does mean by Scope of Automation?n How we defined it?
how u will evaluate the tool for test automation?
Explain features of the latest version of qtp/ uft 12.1?
How to creating an output value using quicktest professional?
is there any addin for remedy user application
How to get the particular property value?
In qtp is it possible to check broken links of a page?
Describe synchronization point.
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.