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
What is QTP’s model for test creation?
can anyone tell me from where i can download qtp demo or crack version
Explain the concept of object repository and how qtp recognises objects?
What are the general steps involved in the data driven framework?
What are the features supported by UFT?
What does mean by Scope of Automation?n How we defined it?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What is qtpro? What is quick test pro?
what is the latest version of QTP? Main difference between 9.2 and 10 version
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
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
When to use descriptive programming?
How many add-ins comes by default with quicktest professional (qtp)?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?