Friday 15 September 2006 6:25:27 am
Hi, I have this code :
{def $objects=$node.data_map.morceaux.value.columns.sequential.1.rows}
{foreach $objects as $index => $object}
{$index} : {$object}<br />
{/foreach}
The result is
0 : http://www.archive.org/download/VT1-Francky_Ride/VT1-1-Francky_Ride-Dubby_dubby.mp3
1 : http://www.archive.org/download/VT1-Francky_Ride/VT1-2-Francky_Ride-Lovely_Synthi.mp3
2 : http://www.archive.org/download/VT1-Francky_Ride/VT1-3-Francky_Ride-Le_sens_de_la_vie.mp3 3 : http://www.archive.org/download/VT1-Francky_Ride/VT1-4-Francky_Ride-Linger_On.mp3 morceaux is matrix attribute type. I would like concat all the result to have one string of all the url. How is possible ? Thank in avance.
Stéphane
|