Thursday 15 January 2004 2:52:14 am
$test[0] will show you the first value, $test[1] the second... etc Or you can find out what the array contains by using {$test|attribute(show)} you can change the depth it shows like this {$test|attribute(show,1)} for 1 level deep, {$test|attribute(show,2)} for two levels deep..... etc You can find more about arrays here: http://www.ez.no/developer/ez_publish_3/documentation/development/libraries/ez_template/operators/array_handling Regards, ~James~
|