hi,
I work with an CMS. This system uses TCL.
A list will built but on livesite you can see the {} in the list. What can I do?
Here's the tcl
<code>
TCL-Script "buildListItems"
//
proc buildListItems {value type args} {
set returnValue ""
foreach row [split $value...