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


Please Help Members By Posting Answers For Below Questions

What is the syntax for how to call one script from another?

551


What are the five challenges you faced in QTP?

2749


how do i know how to use tools

1441


How to creating an output value using quicktest professional?

537


How do you perform Regreession Testing?

1454






What is text/text area checkpoint?

560


how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer

1438


How many types of recording modes are there?

588


How you can delete excel file in qtp?

589


Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter

2194


How can you handle exceptions in qtp?

530


how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0

1474


what is ODC and GDC?

7331


how can we do the frame work in qtp

1595


What is checkpoints for quicktest professional?

541