so .... how would we deal a card and then have it show up in %cards.used
can you give me an example because the way im still seeing it the number generate by rand for the deal and then the addition to %cards.used would be two different numbers
as you can see im having a hell of a time with this
and im just starting
i just cant think of a way to randomly deal a card from the hash table and then keep track of what item number that it was to check for it or remove it later
show me an example if you can