Ok, mid(t,1) ... da war ich im Geiste zuviel bei meinen Arrays.... -----Urspr�ngliche Nachricht----- Von: Claudius Ceteras [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 03. Juli 2003 12:59 An: [EMAIL PROTECTED]
> t = "~" > For i=0 to uBound(Zahlen) > If instr(t,"~"&zahlen(i)&"~") = 0 then > t = t & zahlen(i) & "~" > End if > NeuListe = Split(mid(t,1),"~") Nur sichreheitshalber, falls das jemand so machen will... Es muss mid(t,2,len(t)-2) heissen... Mid(t,1)=t 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~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
