of     1   

EchoingEndlessly
#139515536Monday, July 07, 2014 8:25 AM GMT

?
AnonyAnonymous
#139515707Monday, July 07, 2014 8:30 AM GMT

I'll give you an example, NumTab = {1,2,3,4,5) print(next(NumTab,4)) This would print "4" because "4" is corresponding the fourth position in the table.
smiley599
#139516211Monday, July 07, 2014 8:42 AM GMT

Or do you mean for k,v, in next(table) do?

    of     1