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
Which loop is used in case of arrays in the vbscript language?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
when we use filter funtiom invb script(QTP)
what is the standards used for writing the script in QTP
What are the rules to name variable in vbscript?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
Explain about tristate constants?
Which operator can be used to do an xor operation in vbscript?
Explain about constants in vb script?
How to make sure that items in a wintree are sorted al?
What if you do not specify anything when you call a procedure?
How to delete a cookie using vbscript?
How many types of procedures are available in the vbscript language?
Mention how to access array data?