write a vb script to display
*****
*****
*****
*****
*****
Answers were Sorted based on User's Feedback
Answer / mudaseer
for i=1 to 5 step 1
for j=1 to 5 step 1
vstr=vstr & "*" & " "
next
vstr=vstr & vbnewline
next
msgbox vstr
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / eswar
cnt =0
x = "*"
For i=1 to 25
y=y&x
cnt = cnt+1
If cnt = 5 Then
cnt = 0
y = y&" "
End If
Next
MsgBox y
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prathyusha
for i=1 to 5
for j=1 to 5
v=v&"*"
next
n=n&vbcrlf&v
next
msgbox n
| Is This Answer Correct ? | 0 Yes | 0 No |
after medical test,when will be the police verification
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
Why is it recommended to close the database connection every time after the work is completed?
Write a Fucntion to close all Opened browser expect desired one?
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
Can anyone help me in write coding to get this pattern * ** *** ****
Which data type/types are supported by vbscript language and what are their specialties?
What are the 2 ways to pass a value to the function?
The function template cocept is implemented in vb.net is ???
Write VB script to convert from feet to inches(hint 1feet=12 inches)
write a vb script to generate hello 5 times using do until loop
which one is more secure vb script or java script ??????? or both are same ??????