Can anyone help me in write coding to get this pattern
*
**
***
****
Answer Posted / anil
For i=0 To 4
For j=0 To i
vstr=vstr&"*"&""
Next
vstr=vstr &" "
Next
msgbox vstr
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Which constant is used for print and display functions and works as same as pressing enter key?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
What is event handling 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?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
Explain what is loose binding? Why is it not a good practice to use it?
Can automation testing find ssame no. of bugs what we can find by manual testing?
How are arrays declared in the vbscript language?
Which function is used in the vbscript language to convert the specified expression into a date type value?
What purpose does ‘on error resume next’ serves?
How will you check that a variable is an array in vbscript?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
How to open a file. What is the perpose of true and false mode there?