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
what is event handling?
Explain about .wsf files?
How to Convert Hex color code to color name in VB Script?
Which command is used for writing text on a page?
why do u choose to go for testing why cant for devoloping
What is loose binding? Why is it not a good practice to use it?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
write a program to display configuration of a local system with the help of vb script.
Mention what is variant in vbscript?
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?
How will you get a combined string from array of string in vbscript?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
who will create the object?
Description.Create
What are the 2 ways in which a variable can be declared in the vbscript language?