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
How to connect to a database?
What test cases can you automate using QTP?
How to find the difference between 2 dates in qtp?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
What are the methods of the TextStream object that are used for reading from a text file?
How to use debug tools?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What is throw Object?
What is the difference between Keyword Driven test and Data Driven test?
How to use transactions in qtp?
What is text/text area checkpoint?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?