baseportal | |||
English - Deutsch | "Es gibt keine dummen Fragen - jeder hat einmal angefangen" | ||
|
Ausgewählter Eintrag: | Zur Liste |
for ($i=1; $i<10; $i++) { $inf = $lcnt % 2; if ($inf eq 0) { $l = $arr_anzahl_inhalt[$i]; $ausgabe_linhalt.=$l; } $lcnt++; $inf2 = $rcnt % 2; if ($inf2 eq 1) { $r = $arr_anzahl_inhalt[$i]; $ausgabe_rinhalt.= $r; } $rcnt++; } Was ist da falsch? (Zählvars $lcnt und $rcnt werden belegt, geben wie erwartet jeweils 9 aus; @arr_anz_inhalt hat auch Werte, bei ner Anweisung $testvar=$arr_anz_inhalt[1] kommt das gewünschte raus)
Alle Einträge zum Thema: | Zur Liste |
for ($i=1; $i<10; $i++) { $inf = $lcnt % 2; if ($inf eq 0) { $l = $arr_anzahl_inhalt[$i]; $ausgabe_linhalt.=$l; } $lcnt++; $inf2 = $rcnt % 2; if ($inf2 eq 1) { $r = $arr_anzahl_inhalt[$i]; $ausgabe_rinhalt.= $r; } $rcnt++; } Was ist da falsch? (Zählvars $lcnt und $rcnt werden belegt, geben wie erwartet jeweils 9 aus; @arr_anz_inhalt hat auch Werte, bei ner Anweisung $testvar=$arr_anz_inhalt[1] kommt das gewünschte raus)
Liste der Einträge von 45001 bis 45151: | Einklappen | Zur Eingabe |
Neueste Einträge << 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | Neuere Einträge < | Zur Eingabe | > Ältere Einträge | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 >> Älteste Einträge |
© baseportal.de. Alle Rechte vorbehalten. Nutzungsbedingungen |