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 / sumathi

For i =1 to 5
var=string(5,"*")
print var
Next

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

about vb scripting programs this type of all question& answers

2182


Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?

1008


What are the special sub-types in vbscript?

1112


Explain about the asc function?

1115


What is the purpose of the err object in the vbscript language?

1163


What are the data types supported by vbscript?

1174


What is vbscript language used for and which earlier language is it modeled upon?

1061


How to create a function in vbscript?

1309


What are the valid scopes of a variable in vbscript?

1150


Explain the constants in vbscript?

1042


Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?

3515


Which operator can be used to change the value of the operand or change the state of the condition?

1079


what is the differance between BYVAL,BYREF?

2327


Explain the functionality of vbscript?

1010


Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)

3730