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
about vb scripting programs this type of all question& answers
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
What are the special sub-types in vbscript?
Explain about the asc function?
What is the purpose of the err object in the vbscript language?
What are the data types supported by vbscript?
What is vbscript language used for and which earlier language is it modeled upon?
How to create a function in vbscript?
What are the valid scopes of a variable in vbscript?
Explain the constants in vbscript?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Which operator can be used to change the value of the operand or change the state of the condition?
what is the differance between BYVAL,BYREF?
Explain the functionality of vbscript?
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)