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
What are the automation metrice in your project?
I want to do QTP Certification what is the pattern of Question paper.
How can you handle exceptions in qtp?
What are the differences between quicktest professional and winrunner?
Difference between copy to action and call to action?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Where you are storing your script?
How to explain a banking project in interview as a test engineer???
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
Is virtual object supported in low level recording mode?
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...
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
images are dynamically changes how to compare two images with out using the bitmap
If I give some thousand tests to execute in two days what do you do?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji