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
What is the use of option explicit in vbscript?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
What is the scope of a constant declared using public?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Mention when to use function procedures and what are its characteristics?
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.
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
How will you get the octal value of the given number in vbscript?
What are the data types supported by vbscript?
Which function is used in the vbscript language to convert the specified expression into a date type value?
What is the extension of the vbscript file?
What is difference between vbscript and vba?
what is the object hyrarchy in QTP for a web based application
Explain about constants in vb script?