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

Paul Jordan interchange-users@icdevgroup.org
Wed Jun 11 15:42: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]

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

It would be nice if the tags were more intuitive 8-)
Paul