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 |
How to create a cookie using vbscript?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
in qtp we ve datatable look like excel ,if we want to extract data from excel which saved in my documet how can i get that in datatable using vb script
How to get the length of the string by making use of the string function?
where can i learn VB scripint ?
how do you make the variable declaration mandatory?what is the use of "option explicit"?
What is the use of option explicit statement?
Inorder to avoid Message box while writing script which alternative method can be used?
Mention what is byref and byval parameters in vbscript?
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
What are the properties of regexp object?