Hi, i have a string like "INDIA". I need to display this
string vertically in Msgbox?
Answers were Sorted based on User's Feedback
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 ? | 10 Yes | 2 No |
Answer / mandar
Dim Str,I,J,Temp
Str="INDIA"
For i=1 to Len(Str)
J=Mid(Str,i,1)
Temp=Temp&J&Vbnewline
Next
Msgbox Temp
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
Which line will be executed 1-B(DP).P(OR.link(DP) 2-B(OR).P(Or).Link(DP)
difference between recording methods and recording modes in QTP
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
On what basis we select test cases to automate?
While creating Recovery Scenario for Pop-up window..In 'Recovery operation' we have to call a function. Can u tell me that function.
4 Answers Alcatel-Lucent, Ordain Solutions,
What are the advantages of Automation objects than Test Objects?
Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
How will you handle java tree in qtp?
how would you go for testing a web application like any jobsite?(using manual n qtp)..pls frnds its very urgent ..i need realtime answers...thanks in advance
What is a reusable action?
For example one window is there the window contain some of Check boxes but my question is how many check boxes are there particular window? Please solve the problem gi_raju@rediffmail.com ippaliraju@yahoo.co.in
There is a very good institute for Automation Testing using QTP.For more details please visit jbslearnings.com.