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 the syntax to call one script from another?
What are the properties you would use for identifying a browser and page when using descriptive programming?
Can we write winrunner language i.e TSL in QTP tool?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
What are the different types of action?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
How to carry out bit map check points in QTP
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
Tell me about qtp?
How qtp recognizes the object?
Explain how Does Run time data (Parameterization) is handled in QTP?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
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?