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
What is quicktest professional (qtp window?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
Diff b/w test scenario's and test Procedures?
diff between qtp versions from 8.5
How did you use regular expressions in QTP and also in WR?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What is the purpose of loading qtp add-ins?
Problem with XML checkpoint in QTP ?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
What are the types of environment variables in qtp?
How to test login module with different username and password by using data driven testing in QTP?
How will you report the bug and explain the defect tracking sheet you handled?