Sonstiges > Offtopic

EM 2012 Tippspiel

<< < (10/10)

pedsola:
Hallo Manfred,

in dieser Formel hier ist ein Bug:
REM {+++++++ H A L B F I N A L E};
...
hm1 := @If( ht11 = "" | ht12 = ""; ""; ht11 > ht12; @Word( vh1; x; 1 ); @Word( vh1; x; 2 ) ) + x +
       @If( ht31 = "" | ht32 = ""; ""; ht21 > ht22; @Word( vh2; x; 1 ); @Word( vh2; x; 2 ) );
hm2 := @If( ht21 = "" | ht22 = ""; ""; ht31 > ht32; @Word( vh3; x; 1 ); @Word( vh3; x; 2 ) ) + x +
       @If( ht41 = "" | ht42 = ""; ""; ht41 > ht42; @Word( vh4; x; 1 ); @Word( vh4; x; 2 ) );

das muss so heissen (Änderungen rot markiert):
hm1 := @If( ht11 = "" | ht12 = ""; ""; ht11 > ht12; @Word( vh1; x; 1 ); @Word( vh1; x; 2 ) ) + x +
       @If( ht31 = "" | ht32 = ""; ""; ht31 > ht32; @Word( vh3; x; 1 ); @Word( vh3; x; 2 ) );

typischer Cut&Paste Fehler

pedsola:

--- Zitat von: Batped am 26.06.12 - 12:55:47 ---
hm2 := @If( ht21 = "" | ht22 = ""; ""; ht31 > ht32; @Word( vh3; x; 1 ); @Word( vh3; x; 2 ) ) + x +
   

--- Ende Zitat ---

oops, diese Zeile muss auch analog angepasst werden in
hm2 := @If( ht21 = "" | ht22 = ""; ""; ht21 > ht22; @Word( vh2; x; 1 ); @Word( vh2; x; 2 ) ) + x +

Fitz:
auch von mir ein herzliches Dankeschön an Pedro und Manfred für die Unterstützung!

Ich könnt euch beide  :knuddel:

Gruß
Bernd

P.S.
Ich habe 82 Tippscheine in der DB und alle warten schon dass es weiter geht.....

Navigation

[0] Themen-Index

[*] Vorherige Sete

Zur normalen Ansicht wechseln