When drawing cards from a deck using I want to use Round(random(1,10)).
So the draw will be attached to which number in on screen at the time E.g. when Text = 1 , Draw Card 1.
Is there a way to delete a number in this random sequence once a the card corresponding to that number is drawn?
Thanks in advance