Hello champs, I have a query. Is it possible to iterate or loop through specific index of a list.
Say, a list with 15 indexes, what should be good approach to iterate only for 6th, 7th and 8th index values?
Like some languages uses
For each item in listName(startIndex..endIndex)
Please share Your views.