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 |
Explain sga memory structures?
Anyone have qtp11.0 crack?
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
How will you get the exponent of the given number in vbscript?
how to find greatest of n numbers!
How to Import data from a file (file is on the desktop) to the data table
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
What are lbound and ubound in the vbscript language?
accept a string & display whether a is present or not
write a vb script to generate the following pattern ***** **** *** ** *
What is sql loader? Explain the files used by sql loader to load file?
Mention how you can call vbscript functions?