Hi, i have a string like "INDIA". I need to display this
string vertically in Msgbox?

Answer Posted / dinesh1433

str="INDIA"

For i=0 to len(str)

x=Mid(str,i,1)
Print x&VBCRLF

next

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define virtual object?

617


Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ

1545


what is profile tool?

1619


Hi Samrat, Thank u very much, what u said it is right.

1353


How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?

571






How to use descriptive programming?

622


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

1890


Explain the parameter in qtp?

589


What is the difference between per-action and shared?

596


who QTP recognizes the object stored in object repository?

1669


Explain the difference between check point and output value?

506


Is qtp supports uni-code?

622


I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?

1383


How to find Operating system information using QTP script?

580


Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?

2985