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 output value? How many types of output values are there in qtp?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
what is the structure for the data driven framework
What is the use of sendkeys and what are send keys
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How to use actions in qtp ?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
In qtp, explain what is keyword driven automation framework?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
how to acess a test in RSA?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
How do you configure QTP AND Test director?
Is virtual object supported in low level recording mode?
what is error and fault in terms of software quality?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.