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 |
How to load vbs functions in qtp
Which in-built function is used to format the number in the vbscript language?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
write a vb script to display calculator using case statement?
can u test the application without add-in?
How to search word in a string without using instring function?
Which operator can be used to do an xor operation in vbscript?
how to retrive the tooltip by using descriptive programming in qtp?
write a vb-script code to delete all the mails in my gmail in the year 2011
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
How to check the particular window is exist or not with out using check points
What is the scope of a constant declared using public?