View Single Post
  #6 (permalink)  
Old 07-25-2008, 08:05 PM
ntsiii
 
Posts: n/a
Diggs:
Default Re: mx:list to comma delimited list

Further, join will not work unless your objects were simple strings, which they are not.

So use the loop, and concatenate the name properties:
sNameCSV += item[ i ].name;

Tracy
Reply With Quote