I have a one-dimensional array in VBScript that I would like to run, but have the ability to advance by 2,3,4, etc. at each iteration of the loop. In C, that would be trivial, like ...
for (int i = 0; i < 10; i+= 2)
Like this:
For i = 0 To 9 Step 2
Source: https://habr.com/ru/post/1745824/More articles:A WordPress form creation plugin that allows you to: Step 1> Step 2> Step 3> Submit - wordpressHow to get the computer name (host name in the web application)? - c #Sending a file in API C # - c #Publication status via Facebook graph api - phpWhere to store web service exceptions? - c #Проблемы с Z-индексом с элементами IE6 и html - jqueryIntersection of a cone segment 2D - c #Where does the AccountController in Asp.Net MVC 2 store its data? - c #Любой, кто использует ASP.NET MembershipProvider с Nhibernate? - c#Wrong number of arguments passed: repl $ repl - clojureAll Articles