Thread
:
mx:list to comma delimited list
View Single Post
#
6
(
permalink
)
07-25-2008, 08:05 PM
ntsiii
Posts: n/a
Diggs:
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
ntsiii