- Local time
- Today, 02:30
- Joined
- Sep 12, 2006
- Messages
- 15,975
in terms of what you asre trying to - its trivial to a cpu
lets say you have a string of 624 characters (312 cards with 2 chars for each)
then the nth card is given simply by
mid(cardstring,(2n-1),2)
lets say you have a string of 624 characters (312 cards with 2 chars for each)
then the nth card is given simply by
mid(cardstring,(2n-1),2)