what is diff b/n these 2 programs
1) for i=5 to 1 step 2
msgbox "pass"
next
2_) for i=5 to 1 step -2
msgbox "pass"
next
Answer Posted / veer
From the first one will not display any message box because the condition is not true but it shows result as "done" in the result window .
From the second one will display a message box "pass" 3 times
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
how to increasing the numbers in a given text box please write a vb script
What is the scope of a constant declared using public?
Write a Script for ATM in QTP
Explain what is loose binding? Why is it not a good practice to use it?
How are arrays declared in the vbscript language?
Mention what is byref and byval parameters in vbscript?
wht must be the interview question on corinthian information technology solutions incorporated.
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
after medical test,when will be the police verification
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Mention how to create a cookie using vbscript?
how to acces the remote mechine using vb cript(QTP)
what is the difference between modular and data and keyword driven framework
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
Explain the tristate constants in vbscript?