section{* this example will print out all the values of the $custid array *}
{section name=customer loop=$custid}
id: {$custid[customer]}<br>
{/section}OUTPUT:id: 1000<br>
id: 1001<br>
id: 1002<br>