write a vb script to generate hello 5 times using do until
loop
Answer Posted / abhishek mallabadi
dim ivar
ivar=0
do until ivar=5
msgbox "hello"
ivar=ivar+1
loop
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Out of the different type of operators, which are evaluated first and last in the vbscript language?
How to assign a date value to a variable?
how to increasing the numbers in a given text box please write a vb script
How to open a file. What is the perpose of true and false mode there?
How can constants be declared in the vbscript language?
Both Static and dynamic arrays are handled by VB script. Is it true?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
how to check whether link is disabled in QTP??
What is the use of option explicit statement?
How to Import data from a file (file is on the desktop) to the data table
how to acces the remote mechine using vb cript(QTP)
How can you create an object in vbscript?
Which operator is used to concatenate the 2 values in the vbscript language?
i need to sort the data using qtp script for this how i need to write a qtp script