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 ? | 8 Yes | 1 No |
Post New Answer View All Answers
Define Canvas view of UFT?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
Hi Samrat, Thank u very much, what u said it is right.
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
how to download mercury qtp9.2 ny internet ?
How will you test a stapler?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
How to capture all the data of a webtable, weblist and combolist using QTP?
Describe function procedure in vbscript.
what is the latest version of QTP? Main difference between 9.2 and 10 version
Why script error occur in between recording in qtp?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is expert view and keyword view?