Can anyone help me in write coding to get this pattern
*
**
***
****
Answer Posted / rajani_kanth
Option Explicit
Dim i,j,k
for i=1 to 5
for j=1 to i
k=k&"*"&" "
Next
k=k&" "&vbnewline
next
msgbox k
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the extension of the vbscript file?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
What is purpose of scripting.filesystemobject class in vbscript?
Explain the asc function?
Explain about .wsf files?
What is byref and byval parameters in vbscript?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What are string functions in vbscript?
How will you get a subset of a array in vbscript?
Which operator is used to concatenate the 2 values in the vbscript language?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
What are the properties of regexp object?
If else for do while select in vb script?
Illustrate briefly about the different types of statement