Einzelnen Beitrag anzeigen

richie_k

Registriert seit: 9. Dez 2006
10 Beiträge
 
#8

Re: Problem bei logischer abfrage

  Alt 9. Dez 2006, 23:55
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..
  Mit Zitat antworten Zitat