Hi, i have a string like "INDIA". I need to display this
string vertically in Msgbox?
Answer Posted / mandar
Dim Str,I,J,Temp
Str="INDIA"
For i=1 to Len(Str)
J=Mid(Str,i,1)
Temp=Temp&J&Vbnewline
Next
Msgbox Temp
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to remove the associated function library?
in a web page How to check and display a particular word from a paragraph?
What are advantages of test automation?
What is an expert view and keyword view?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
How you can find the absolute value of the number in qtp?
What is different command used in command Prompt while using QTP?
how to test Web application using QTP software
What is system testing and what are the different types of tests you perform in system testing?
write script for bitmap image?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Please guide me release notes of Automation once scripts are completed
How can I change object description or check point values in qtp?
What is a Patch in QTP?