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


Please Help Members By Posting Answers For Below Questions

Difference between dim,public and private variables in vb script?

518


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

851


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

595


what is event handling?

575


What are class events?

573






What is the use of the date function in the vbscript language?

552


How to replace junk code recorded by QTP with a mall function.

1637


How do i automate a website www.flyashx.com without having any test cases witin a week time.

1443


What is the output of a + b in vbscript if a = 5 and b = 10?

2058


How will you get a subset of a array in vbscript?

577


Is vbscript language a case-sensitive language and what does it mean?

536


Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks

1711


How to Convert Hex color code to color name in VB Script?

3922


if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.

1430


How to Enter Values on the Command promt using VB script

1524