Tuesday 22 March 2005 12:38:28 pm
Hi, I wonder how I manage to set arrays e.g. like this (not working of course...):
{let arr=array()}
{section var=myloop loop=$loopsomething}
{$myloop.name}
{set arr.index=$myloop.name}
{/section}
{/let}
How is this possible?
|