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 |
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
1. How do declare public variable in vb scripts?
How will you get a subset of a array in vbscript?
1)How to test whether items in a weblist are in alphabetical order or not?
What is the main difference between function and sub-procedure?
What is sql loader? Explain the files used by sql loader to load file?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Write a VB Script to count blank Lines in a notepad
write a program to display configuration of a local system with the help of vb script.
Write a program using Java Script / VBscipt that checks if two matrices have identical values in all the elements
Explain about scrrun.dll in vbscript?