Returns a list comprised of all the odd numbered offset elements in a list. Alternates between taking and skipping values ...

Returns a list comprised of all the odd numbered offset elements in a list. Alternates between taking and skipping values from the list {0} depending on the parameters.
    
  • {1}: Specifies number of values that are skipped each time.
  • {2}: An optional repeat interval to indicate how many values are added in between the skipped values.
  • {3}: An option offset parameter to begin skipping the values at the initial offset.