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
What is throw Object?
what is actually contain test report? can anybody post the test report
how to test use the quality control .how to verify the image verification
What are the major/ important methods, functions in QTP we use realtime testing
How do you capture tooltip using QTP?
Who uses qtp tool?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
What is test object model in quicktest professional?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
Which functionalities of QTP used in banking project?
What are the different ways to invoke an application using QTP?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
How can I change object description or check point values in qtp?