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
Explain about the support of asp for vb script functionality?
what is event handling?
How should i Create Email invite with server-side Coding?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
How to assign a numeric value to a variable?
Explain the .wsf files?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
What are the uses of vb script?
what is the use of QCUtil? explain with one example?
Mention what is the technology used by vb script?
How to replace junk code recorded by QTP with a mall function.
In what way program "hello world" you can write in vbscript?
How can the spaces from the string be removed?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?