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
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
Mention how to create a cookie using vbscript?
What is vbscript procedures?
What are subprocedures in vbscript?
What is the difference between vbscript and vba?
What are the different types of loops available in the vbscript language?
What if you do not specify anything when you call a procedure?
Explain sga memory structures?
Mention what is byref and byval parameters in vbscript?
What is the difference between javascript and vbscript?
how does vb script help in web page designing? explain with example.
How will you reverse a string in vbscript?
Mention characteristics of sub procedures?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.