write a vb script to generate hello 5 times using do until
loop
Answer Posted / monika
dim ivar
ivar=5
do until ivar=0
msgbox "hello"
ivar=ivar-1
loop
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain How do you create a recordset object in vbscript?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
Write a Script for ATM in QTP
Explain the operator precedence in vb script?
What is the difference between vb debugger and the script debugger?
What are class events?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
how to comvert 120 into one hunderd twenty rupees only and vice varsa
Explain the scope of the variables using dim, public, and private keywords respectively.
Explain about .wsf files?
How will you get the last occurrence of one string within another string using vbscript?
How to make sure that items in a wintree are sorted al?
filter the array values without using filter function?