I am using a timer to call a random number range from 1 to 50 and display it in a label. How can i display the number without repeating the number that have been call out?
For example, if number 10 is call out and display in the label. How can i make sure that number 10 wont be call out and display again?
For example, if number 10 is call out and display in the label. How can i make sure that number 10 wont be call out and display again?
Comment