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
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Mention what is the main difference between function and sub-procedure?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Explain about the functionality of vb script?
why do u choose to go for testing why cant for devoloping
What are the properties of regexp object?
Which operator is used to concatenate the 2 values in the vbscript language?
How will you compare two strings in vbscript?
What are class variables?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
What is the scope of a constant declared using public?
Explain about operator precedence in vb script?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......