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


Please Help Members By Posting Answers For Below Questions

Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?

1564


What is the difference in testing a client-server application and a web application?

587


I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)

1465


how to find that tools work well with ur existing system?

1356


What is the use of text output value in quicktest professional?

515






What is checkpoints for qtp?

536


Explain about the quicktest professional (qtp) automation object model?

570


how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page

1829


Explain the differences between table and db checkpoints?

583


What is the quicktest professional testing process?

533


if mandatory and Assitive propertys are shows same how will u write skript in QTP window

1628


What is parameter in qtp?

682


Hi All, How to get repeated word in string . Thanks Balaji

943


What is the difference between run time object and test object?

583


How to data driven test for Win objects in QTP ?

1477