write a vb script to generate hello 5 times using do until
loop
Answer Posted / monika
dim ivar
ivar=5
do until ivar=0
msgbox "hello"
ivar=ivar-1
loop
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of the formatdatetime function in the vbscript language?
Mention the rules for using option explicit statement?
What are string functions in vbscript?
what is the standards used for writing the script in QTP
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
Which data type/types are supported by vbscript language and what are their specialties?
Differentiate javascript and vbscript?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
How to Import data from a file (file is on the desktop) to the data table
What is the difference between for loop and while loop?
how to write validation function for date in vb script
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
What is dictionary object in vbscript? Explain?
Explain the filter expression?