Hi, i have a string like "INDIA". I need to display this
string vertically in Msgbox?
Answer / 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 |
how will you load the test cases in ddt?
What is the difference between Mandatory and BaseFilter Properies..Anybody please answer me..Thanks in Advance
How to connect to a database?
What is the file extension of the code file in qtp?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
How to give Table check points?
What is the architecture of framework
What is the difference between a Function and Procedure in QTP?
hello...any one tell me , where can i get company email id.. actually i am searching on testing... in my CV i put 3+ exp.. but all companies are asked company email id.. please provide solution for that... thanx in advance...
How smart identification works in qtp ?
what is exacltly TIERS ?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?