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


Please Help Members By Posting Answers For Below Questions

What is the difference between vb debugger and the script debugger?

598


Is vbscript language a case-sensitive language and what does it mean?

550


Explain How do you create a recordset object in vbscript?

568


Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.

1541


How can constants be declared in the vbscript language?

553






How to Import data from a file (file is on the desktop) to the data table

1562


What are the naming conventions while declaring a variable in the vbscript language?

621


Explain the asc function?

510


Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards

2264


hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?

1742


Which in-built function is used to format the number in the vbscript language?

581


after medical test,when will be the police verification

1719


Which date function is used in the vbscript language to find the difference between the 2 dates?

595


How to make sure that items in a wintree are sorted al?

2358


How to access array data?

545