Of course, after you post some pure genius some twit will come by and show you an even better way which is really your own way:This will count from 0 to 12 (instead of 1 to 13).Rich (BB code):SHOWDispWhat = (SHOWDispWhat+1)%13;
Rich (BB code):
SHOWDispWhat = 1 + (SHOWDispWhat + 1)%13;