no, set you itemdelimiter before you split and you will see why.
The comma is the default itemdelimiter.

Split uses the itemdelimiter to split your array into "parseable" items.
so it you have commas in your arrays, it can lead to confusions somewhere...

cheers
Xavier 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of jbv
> Sent: Tuesday, June 07, 2005 20:01
> To: How to use Revolution
> Subject: Re: using "split" to build multi-dimensional arrays ?
> 
> >
> >
> > Better use a different char to combine the array if you 
> want to split 
> > it later back into an array.
> > You used the comma  already as an itemdelimiter.
> >
> 
> Thanks for the tip, but why do array delimiters have to be 
> different from itemdelimiter ?
> There's nothing on this in the documentation...
> Is it a known bug ?
> 
> Thanks,
> JB
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution@lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to