> daten = "0,1,2,3,4,5,6"                   ' Wochentage 
> ds    = split(daten,",")                  ' definiert, wo ein 
> Eintrag (Wochentag zu Ende ist)
> for each zahl in ds                       
> response.write "murkel" & zahl & "<br>"   ' gibt jeden Eintrag aus
> next
> 
>  
> response.write "->" & zahl(3)              ' XXX gib den 
> vierten Eintrag aus....klappt nicht

Zahl ist kein array.... Ds ist das array...
Also: ds(3) ... Klappt...

Claudius

~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
Kaffeepause im United Planet Communityserver ...
http://www.intrexx.com/communityserver                         
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an