[ic] loop-code

Tim Mirecki interchange-users@interchange.redhat.com
Mon Aug 13 20:24:01 2001


Hi, I am trying to do a loop like this:

[loop arg=”1 2 3”]
   [item-param ‘modname[loop-code]’]
[/loop]

This loop will return on the page:

[item-param ‘modname1’]
[item-param ‘modname2’]
[item-param ‘modname3’]

but obviously I’m trying to get the value for each of those, not that
string. Anyone have any ideas??

Thanks,

Tim