also nochmal:
Delphi-Quellcode:
if
(cardexistsnoco(14,Club)AND
cardexistsnoco(2,Club) AND
cardexistsnoco(3,Club) AND
cardexistsnoco(4,Club) AND
cardexistsnoco(5,Club))
or
(cardexistsnoco(14,Heart)AND
cardexistsnoco(2,Heart) AND
cardexistsnoco(3,Heart) AND
cardexistsnoco(4,Heart) AND
cardexistsnoco(5,Heart))
cardexistsnoco müsste bei allen 5 heart-abfragen true geben.. also nach dem schema müsste
14
14
14=14
2
2=2
3
3=3
4
4=4
5
5=5
zurückgegeben werden.. aber wie gesagt hört er nach 14=14 auf..