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
Hi All, How to Compare two strings character by character in QTP
Explain runtime dynamic settings?
Explain in brief about the quicktest professional (qtp) automation object model?
Can we run multiple QTP scripts one after the other without manual intervention? How?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
what is clean sweep?
Can U Explain about QTP tool from older version to latest version also its differences?
What is the syntax to call one action in another?
How to start recording using quicktest professional?
What is the script for database check point, bitmapchek point, regular expression ?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
What is the difference between per-action and shared?
hi nani my doubt is how does qtp process metrix related to software process.
What is fragmentation and paging?
Name the different types of recording modes?