On 11/7/06, Tony <[EMAIL PROTECTED]> wrote: > make faces = 10 > make aces = 1 or 11
You would need to give every card in the deck a number with a letter next to them for suit. face cards as 10 would work for blackjack but that's it. 2-h, 2-d, 2-s, 2-c 6-h, 6-d, 6-s, 6-c 12-h, 12-d, 12-s, 12-c You could also do some math here and label all cards 1 - 52 and determine suit from where the number falls in the deck. Need to count those straight flush hands!!! :-) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259499 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

