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


Please Help Members By Posting Answers For Below Questions

What are the naming conventions while declaring a variable in the vbscript language?

608


What is the purpose of on error resume next statement?

569


what is the use of QCUtil? explain with one example?

6312


What is the use of the instr function?

573


What is the output of a + b in vbscript if a = 5 and b = 10?

2058






How to write VB script for login module?

2669


Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder

1561


Explain the tristate constants in vbscript?

551


If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?

1546


How to assign a date value to a variable?

585


please can you help me to get a code of flames using a visual basic 6

1222


How will you get the octal value of the given number in vbscript?

493


What are the 2 ways to pass a value to the function?

509


What are the rules to name variable in vbscript?

579


Mention what is vbscript?

590