write a vb script to generate the following pattern
*****
****
***
**
*
Answer Posted / sumathi
For i=5 to 1 step -1
var=string(i,"*")
print var
Next
| Is This Answer Correct ? | 14 Yes | 11 No |
Post New Answer View All Answers
How to write VB script for login module?
Explain what is loose binding? Why is it not a good practice to use it?
In html file what is an ideal position to include vbscript?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
Explain about scrrun.dll in vbscript?
How to assign a numeric value to a variable?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
What are the different types of operators and their order of precedence?
Can u describe what kind of testing are for OTC derivates by banks.
How to create a function in vbscript?
who will create the object?
What are subprocedures in vbscript?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
write a program to display configuration of a local system with the help of vb script.