szItems[][] = {"Item1", "Item2", "Item3"}// Call this when you want to change the itemiItemIndex = ++iItemIndex % sizeof szItems// To get the current item string use thisszItems[iItemIndex]