write a vb script to generate hello 5 times using do until
loop

Answer Posted / monika

dim ivar
ivar=0
do
msgbox "hello"
ivar=ivar+1
loop until ivar=5

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the technology used by vb script?

539


What are the valid scopes of a variable in vbscript?

604


How should i Create Email invite with server-side Coding?

1599


Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)

1409


Explain about filter expression?

563






What is byref and byval parameters in vbscript?

602


How to assign a date value to a variable?

587


Can u describe what kind of testing are for OTC derivates by banks.

1664


what is resorceallocation

1771


Mention when to use function procedures and what are its characteristics?

625


can anyone tell me the procedure of interview held in applabs

1746


How do i automate a website www.flyashx.com without having any test cases witin a week time.

1449


How will you format a number in percetage format in vbscript?

587


Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?

2585


Explain about the extension .hta?

619