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
Explain the extension .hta?
What if you do not specify anything when you call a procedure?
what is the difference between modular and data and keyword driven framework
What is the output of a + b in vbscript if a = 5 and b = 10?
Mention what is the use of option explicit in vbscript?
write a program to display configuration of a local system with the help of vb script.
Explain what is loose binding? Why is it not a good practice to use it?
Compare java script and vb script?
give me any information abou vb script books learn quckly
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
How do i automate a website www.flyashx.com without having any test cases witin a week time.
Which loop is used in case of arrays in the vbscript language?
What is Procedure or Subroutine in VB Script?
Explain the .wsf files?
Explain some uses of vb script?