For loop with increments different of one
I have a script which creates graphs of x (time) with respect to two consecutive columns (x). I pretend that "i" instead of increasing one by one, I do it two by two. This is part of the script: For( i = 2, i <= N Items( numericColNames )-1, i++, When I change the iteration term to i+2 the script it enter in an loop without end
fuscod
jay_holavarri