write a text script to display * as below
**********
**** ****
*** ***
** **
* *
* *
** **
*** ***
**** ****
**********
Answer / chandra
for i = 1 to 5
for j = 1 to i
k = k & "*"
next
k = k&vbcrlf
Next
Msgbox k
Is This Answer Correct ? | 0 Yes | 3 No |
print the array values in ascending order?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
Explain the operator precedence in vb script?
please can you help me to get a code of flames using a visual basic 6
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
how to add action through AOM in QTP
write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple
what is event handling?
What if you do not specify anything when you call a procedure?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
How to Import data from a file (file is on the desktop) to the data table
How many data types are supported in Vbscript?