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
Explain about arrays in vb script?
In what way program "hello world" you can write in vbscript?
How can the spaces from the string be removed?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Explain some uses of vb script?
i need to sort the data using qtp script for this how i need to write a qtp script
How to make sure that items in a wintree are sorted al?
what is diff between static and dynaic arrys?
Explain about operator precedence in vb script?
How will you get a string with the specified character the specified number of times in vbscript?
Which operator can be used to change the value of the operand or change the state of the condition?
Why is the use of exit do or exit for statements within loops discouraged?
Mention the environments where vbscript could be run?
How can constants be declared in the vbscript language?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?