write a vb script to display
*****
*****
*****
*****
*****
Answer Posted / 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 |
Post New Answer View All Answers
How will you get the last occurrence of one string within another string using vbscript?
Which operator can be used to do an xor operation in vbscript?
What is event handling in vbscript?
what is the differance between BYVAL,BYREF?
Which constant is used for print and display functions and works as same as pressing enter key?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
What is the difference between a dictionary and an array?
How to get the length of the string by making use of the string function?
What is the difference between do until loop and do while loop?
Difference between dim,public and private variables in vb script?
Which object provide information about a single runtime error in a vbscript?
Explain the scope of the variables using dim, public, and private keywords respectively.
how to check whether link is disabled in QTP??
What is vbscript?
Why is error handling required?