when you use For Loop, While..do, do..while? at what
situations which loop will use.



when you use For Loop, While..do, do..while? at what situations which loop will use...

Answer / satyanj

"For" loop can be used when the range of the iteration is
known. For ex: For i = 1 to 100....
"While..do" or "do..While" can be used when, the scenario
should satisfy the condition.
For Ex: While (<Condition>)...

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VB Script Interview Questions

after medical test,when will be the police verification

0 Answers   IBM,


How will you convert a string to lower case string using vbscript?

0 Answers  


write a Vb script to find a whther a selected drive exits.

1 Answers   CTS,


How many types of procedures are available in the vbscript language?

0 Answers  


Explain different types of segment?

0 Answers  


Explain few date functions in vbscript?

0 Answers  


Difference between Do while loop and while wend loop

1 Answers  


Can anyone send me a vb script function for verifying the functionality of active links on a web page

0 Answers   Zensar,


Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com

0 Answers  


What is the purpose of regexp object in vbscript?

0 Answers  


1. How do declare public variable in vb scripts?

0 Answers  


A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.

0 Answers  


Categories