Hi,
i am looping through dictionary like here:
It is possible to get index of current key?![]()
Please Login or Register to view this content.
The idea is to get item not from current dicKey key but from the next key wthihin provided loop.
Example:
dic.add 1, Paul
dic.add 2, Luke
dic.add 3, Jacek
dic.add 4, Piter
So if dicKey = 3 and corresponding item = Jacek, i want to get here Piter (3 key + 1 = 4th key and correspoding item).
Please help,
Best,
Jacek
Bookmarks