Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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


Please Help Members By Posting Answers For Below Questions

Explain How do you create a recordset object in vbscript?

1066


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

2694


Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?

3092


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

2530


Write a Script for ATM in QTP

3941


Explain the operator precedence in vb script?

1140


What is the difference between vb debugger and the script debugger?

1204


What are class events?

1028


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...

2154


how to comvert 120 into one hunderd twenty rupees only and vice varsa

2456


Explain the scope of the variables using dim, public, and private keywords respectively.

1198


Explain about .wsf files?

1229


How will you get the last occurrence of one string within another string using vbscript?

1242


How to make sure that items in a wintree are sorted al?

2885


filter the array values without using filter function?

2170