write a vb script to display
*****
*****
*****
*****
*****
Answer Posted / 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 |
Post New Answer View All Answers
what is used of Property........End Property loop ? how to write the script for it?
What are keywords in the vbscript language?
Explain about the functionality of vb script?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
How will you get the smallest subscript of an array in vbscript?
How to Import data from a file (file is on the desktop) to the data table
How can you fetch the value of a cookie?
Explain about arrays in vb script?
Why is error handling required?
How will you convert a string to upper case string using vbscript?
Explain the operator precedence in vb script?
what is diff between static and dynaic arrys?
how does vb script help in web page designing? explain with example.
What are the different types of loops available in the vbscript language?
Illustrate briefly about the different types of statement