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
Can the user toggle between using Local OR and shared OR for the same action?
What is the syntax to call one script from another?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Why is action split used by qtp?
They asked by using qtp recording writing scripting
Can we write winrunner language i.e TSL in QTP tool?
What is the process of synchronizing qtp and aut?
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
Define Canvas view of UFT?
How to check bitmap output value?
In qtp, explain what is keyword driven automation framework?
If I give some thousand tests to execute in two days what do you do?
explain abt dyanamic changing object with example?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How to execute a winrunner script in quicktest professional (qtp)?