Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what is used of Property........End Property loop ? how to write the script for it?

2332


What are keywords in the vbscript language?

1079


Explain about the functionality of vb script?

1033


Out of the different type of operators, which are evaluated first and last in the vbscript language?

1049


How will you get the smallest subscript of an array in vbscript?

1424


How to Import data from a file (file is on the desktop) to the data table

2048


How can you fetch the value of a cookie?

1063


Explain about arrays in vb script?

1121


Why is error handling required?

1074


How will you convert a string to upper case string using vbscript?

1055


Explain the operator precedence in vb script?

1142


what is diff between static and dynaic arrys?

2214


how does vb script help in web page designing? explain with example.

2041


What are the different types of loops available in the vbscript language?

1035


Illustrate briefly about the different types of statement

2557