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 |
how to validate the text in a web table
What are events in the vbscript language?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Explain about the support of asp for vb script functionality?
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
What is Querystring collection?
In html file what is an ideal position to include vbscript?
write a vb script to display the reverse of vbs
what is the function to display current date?
Explain the constants in vbscript?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
what is extension of the file if its saved from recovery manger to some drive