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
Mention what is select case statement?
Explain the .wsf files?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Mention the rules for using option explicit statement?
Which command is used for writing text on a page?
How will you get the last occurrence of one string within another string using vbscript?
Write a code to print numbers from 5 to 0?
How to delete a cookie using vbscript?
How to throw an error in vbscript?
what is diff between static and dynaic arrys?
Explain the scope of the variables using dim, public, and private keywords respectively.
How can you create an object in vbscript?
Explain the operator precedence in vb script?
Mention what is vbscript procedures?
When to use function procedures and what are its characteristics?