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

wht is Manual Testing Frame work. Pls anybody can give appropriate answers

1610


Mention what are the different types of recording modes in qtp? Which will be used when?

568


i need qtp tutorial. pls send it to sridhar.k151@g mail.com

1648


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?

1591


How can you give wait up to 10 seconds in qtp?

598






Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........

1450


what is the latest version of QTP? Main difference between 9.2 and 10 version

1558


Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?

1484


When and why to use descriptive programming?

615


On the website, the protocol has been changed https: to https what you will do? Tell me your approach?

591


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

1580


hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me

1889


Please Don't mind .i want in detail the real time process i.e in each document what it contains.

1446


Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.

2111


Where you get the run time data table?

591