Hi, i have a string like "INDIA". I need to display this
string vertically in Msgbox?
Answer Posted / dinesh1433
str="INDIA"
For i=0 to len(str)
x=Mid(str,i,1)
Print x&VBCRLF
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the short cut keys for the following?
How do Parameterization and Data-Driving relate to each other in QTP?
What is quick test pro? What is a quick test professional?
How to customize qtp?
how will you check how many members visited the website www.infosys.com?
How can you identify the browser and its information using QTP script?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
How to get the particular property value?
How to find the name of the machine where you are running your automation scripts in qtp?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
What are the different types of recording modes?
How the exception handling can be done using quicktest professional (qtp)?
To which environments does quicktest professional supports?
Can launch two instances of qtp on the same machine?