*
**
***
Please write a code to get output like above diagram? ple explain as it how the code works?
Answer Posted / pratap
for i=1 to 3 step 1
for j=1 to i step 1
vstr=vstr&"*"
next
vstr=vstr&vbnewline
next
msgbox vstr
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to create a function in vbscript?
What is variant in vb script?
wht must be the interview question on corinthian information technology solutions incorporated.
How will you get the natural logarithm of the given number in vbscript?
What are the properties of regexp object?
What is the difference between vb debugger and the script debugger?
what is the standards used for writing the script in QTP
Which loop is used in case of arrays in the vbscript language?
What are the 2 ways in which a variable can be declared in the vbscript language?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
How will you get the exponent of the given number in vbscript?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
Explain about tristate constants in vbscript?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?