Hi, i have a string like "INDIA". I need to display this
string vertically in Msgbox?
Answer Posted / lakshmi
Dim Str,I,J,Temp
Str="INDIA"
For i=1 to Len(Str)
J=Mid(Str,i,1)
Temp=Temp&J&VbCrlf
Next
Msgbox Temp
Please let me know if u any other answer which is simplest
than this.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
what is clean sweep?
How to handle the exceptions using recovery secnario manager in quicktest professional?
What is the Difference between test object and run time object?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
What is the script for database check point, bitmapchek point, regular expression ?
Output values? i want a practical example
What are the various automation frameworks available in qtp?
How you calling actions in qtp?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
Is QTP supports Unix. If yes, then how the test automation is done?
How to remove the associated function library?
Explain the concept of object repository and how quicktest professional recognises objects?
whare exactly we have to use functions and sub routain
What are the key points to create a framework in QTP for oracle forms?