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

Answers were Sorted based on User's Feedback



write a vb script to generate hello 5 times using do until loop..

Answer / abhishek mallabadi

dim ivar
ivar=0
do until ivar=5
msgbox "hello"
ivar=ivar+1
loop

Is This Answer Correct ?    3 Yes 0 No

write a vb script to generate hello 5 times using do until loop..

Answer / monika

dim ivar
ivar=0
do
msgbox "hello"
ivar=ivar+1
loop until ivar=5

Is This Answer Correct ?    0 Yes 0 No

write a vb script to generate hello 5 times using do until loop..

Answer / monika

dim ivar
ivar=5
do until ivar=0
msgbox "hello"
ivar=ivar-1
loop

Is This Answer Correct ?    0 Yes 0 No

write a vb script to generate hello 5 times using do until loop..

Answer / mudaseer

dim ivar
ivar=5
do until ivar=1
msgbox "hello"
ivar=ivar-1
loop

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More VB Script Interview Questions

My Salary is 65000. How Much TDS I have to pay

0 Answers  


There are 5 web pages.write a script to click the button on 4th web page.

0 Answers   Accenture,


who you define variables and functions in VB?

1 Answers  


What is the difference between for loop and while loop?

0 Answers  


how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

3 Answers   TCS,


How to declare an array in vbscript?

0 Answers  


Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..

10 Answers   Amazon, CSC,


How to write functions and sub in vb script?

0 Answers  


write a vb script to generate the following pattern ***** **** *** ** *

7 Answers   Blue Star,


i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false

0 Answers  


How can constants be declared in the vbscript language?

0 Answers  


write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

0 Answers  


Categories