.Net
Array, List or similar data type where I can ++ or — and when I get to the end it goes around to the beginning?
Hello all, I have a list of data that I iterate through ++ or — depending on a users input. When I get to 0 or the end I have a if statement (if value Read more…