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 / ankit
OH ya...i agree
it will show message 3 times
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to open excel in vb script?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
How are arrays declared in the vbscript language?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
How to open browser in vb script?
Why is it recommended to close the database connection every time after the work is completed?
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.
How to assign a numeric value to a variable?
What are the different types of operators and their order of precedence?
How will you convert a string to lower case string using vbscript?
Is VB Script Case sensitive or Case insensitive?
Does VB/Win make standalone .EXE files?
What are class events?
Mention what is the use of option explicit in vbscript?
Explain about the functionality of vb script?