[ic] Is there a way to have[loop list] separated by comma and not space

TOM LUONG interchange-users@icdevgroup.org
Wed Jun 11 15:08:00 2003


Is there a way to have the
[loop list] attribute separated by only comma and NOT space. Basically I am
looking for some attribute that I can set to turn off the space delimiter on
the loop list tag

i.e..
[loop list=|1,2,3 a, 3 b|]
[loop-code]<br>
[/loop]

should return
1
2
3 a
3 b
 rather than
1
2
3
a
3
b
thanks in advance,

Tom