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
When are redim statement and preserve keyword used in the vbscript language?
Which in-built function is used to format the number in the vbscript language?
What is the technology used by vb script?
How will you convert a string to upper case string using vbscript?
How do you declare a variable in vbscript?
what is the features of visual basic?
Explain few date functions in vbscript?
What is byref and byval parameters in vbscript?
Why is error handling required?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
What is the main difference between function and sub-procedure?
What are subprocedures in vbscript?
What are the 2 ways in which a variable can be declared in the vbscript language?
Mention the environments where vbscript could be run?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji