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
What is the use of the formatdatetime function in the vbscript language?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
How can you create an object in vbscript?
What are class events?
write a program to display configuration of a local system with the help of vb script.
Is vbscript a case-sensitive or case-insensitive?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
when we use filter funtiom invb script(QTP)
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
why do u choose to go for testing why cant for devoloping
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Is vbscript language a case-sensitive language and what does it mean?
How are arrays declared in the vbscript language?