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


Difference between Do while loop and while wend loop



Difference between Do while loop and while wend loop..

Answer / remya

The difference between do while and while wend loop .
Do while executes if the condition is true
While wend executes atleast once irrespective of conditions.
Ex:
Do while
Dim x
x=1
Do While x<5
document.write("Welcome.")
x=x+1
Loop

While wend:

Dim x
x=7
Do
document.write("Welcome.")
x=x+1
Loop While x<5

Is This Answer Correct ?    7 Yes 7 No

Post New Answer

More VB Script Interview Questions

what types of bugs will we find out in banking projects for automation testing?

0 Answers   Napier Healthcare, TCS,


which one is more secure vb script or java script ??????? or both are same ??????

3 Answers  


when we use filter funtiom invb script(QTP)

0 Answers   TCS,


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,


What is the difference between ByRef and ByVal. When to use ByRef and ByVal

5 Answers   Polaris, TCS,


How to assign a numeric value to a variable?

0 Answers  


How will you get the smallest subscript of an array in vbscript?

0 Answers  


How to Import data from a file (file is on the desktop) to the data table

0 Answers   IBM,


what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?

0 Answers   Estuate,


wht must be the interview question on corinthian information technology solutions incorporated.

0 Answers   HP,


Explain about the support of asp for vb script functionality?

0 Answers  


What are the advantages of vbscript?

0 Answers  


Categories