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

Jon Jensen interchange-users@icdevgroup.org
Wed Jun 11 15:28:01 2003


On Wed, 11 Jun 2003, TOM LUONG wrote:

> 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]

Yes:

[loop list=|1,2,3 a, 3 b| delimiter=,]

Jon