in reply to Re: Selectively iterate through an array
in thread Selectively iterate through an array

Each item in the array is a starting and ending value (colon delimited), so in the above example $VAR1 = 0:6, 0 is the starting value and 6 is the ending value, and so on for each array item.
  • Comment on Re^2: Selectively iterate through an array