write a vb script to display
*****
*****
*****
*****
*****
Answer Posted / eswar
cnt =0
x = "*"
For i=1 to 25
y=y&x
cnt = cnt+1
If cnt = 5 Then
cnt = 0
y = y&" "
End If
Next
MsgBox y
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Which command is used for writing text on a page?
How to Convert Hex color code to color name in VB Script?
How to open browser in vb script?
how to increase the values in text box in a given text box increament by two values by clicking on button
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
Explain about tristate constants?
Explain about the support of asp for vb script functionality?
What purpose does ‘on error resume next’ serves?
How will you get the octal value of the given number in vbscript?
What is purpose of scripting.filesystemobject class in vbscript?
Explain about scrrun.dll?
How will you convert a string to lower case string using vbscript?
What are string functions in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?