Can anyone help me in write coding to get this pattern
*
**
***
****
Answer Posted / chandu
a=4
for i=1 to a step 1
b= string(i,"*")
c=c&" "&b
next
msgbox c
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is vbscript language a case-sensitive language and what does it mean?
Explain about .wsf files?
Is VB Script Case sensitive or Case insensitive?
How you can call vbscript functions?
How to Import data from a file (file is on the desktop) to the data table
How to open a file. What is the perpose of true and false mode there?
How will you get the octal value of the given number in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Explain a few date functions in vbscript
Explain vbscript in detail?
What are the special sub-types in vbscript?
How to access array data?
What is the use of the date function in the vbscript language?
How regexp.execute method works?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?