write a vb script to generate hello 5 times using do until
loop
Answer Posted / mudaseer
dim ivar
ivar=5
do until ivar=1
msgbox "hello"
ivar=ivar-1
loop
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
how to increase the values in text box in a given text box increament by two values by clicking on button
How will you get the natural logarithm of the given number in vbscript?
What is difference between vbscript and vba?
How to create a function in vbscript?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
i need to sort the data using qtp script for this how i need to write a qtp script
what is the object hyrarchy in QTP for a web based application
What is the output of a + b in vbscript if a = 5 and b = 10?
What are class variables?
How to replace junk code recorded by QTP with a mall function.
Why to use option explicit in vb script?
What is vbscript procedures?
How will you convert a given number to long in vbscript?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
how to increasing the numbers in a given text box please write a vb script