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 |
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 ??????
when we use filter funtiom invb script(QTP)
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
What is the difference between ByRef and ByVal. When to use ByRef and ByVal
How to assign a numeric value to a variable?
How will you get the smallest subscript of an array in vbscript?
How to Import data from a file (file is on the desktop) to the data table
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
wht must be the interview question on corinthian information technology solutions incorporated.
Explain about the support of asp for vb script functionality?
What are the advantages of vbscript?