when you use For Loop, While..do, do..while? at what
situations which loop will use.
Answer Posted / 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 View All Answers
Explain the support of asp for vb script functionality?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
Explain the functionality of vbscript?
how to increasing the numbers in a given text box please write a vb script
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
how to write validation function for date in vb script
Explain How do you create a recordset object in vbscript?
Explain different types of segment?
Explain about adodb.stream class?
How to Import data from a file (file is on the desktop) to the data table
How will you get the last occurrence of one string within another string using vbscript?
How to pass argument by reference to a function in vbscript?
What is the purpose of the err object in the vbscript language?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks