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


Please Help Members By Posting Answers For Below Questions

Which object is used to work with the database in the vbscript language and what statement is used to create this object?

503


Why to use option explicit in vb script?

592


Explain some uses of vb script?

545


Mention how to create a cookie using vbscript?

520


Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.

2545






Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks

1713


What's the difference between vbscript and vb.net?

543


What are the different types of loops available in the vbscript language?

521


What are the 2 ways in which a variable can be declared in the vbscript language?

556


What is select case statement?

589


How can you create an object in vbscript?

609


What is vbscript procedures?

593


How are values assigned to string type and numeric type variables?

530


Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.

1717


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

6312