[ic] re: Using an array created in Perl within a LOOP tag

Houman Akhavan houman@edigitalweb.com
Wed, 15 Nov 2000 23:09:30 -0800


On IC 4.6.0, I created a comma delimited array within a perl tag which is
about 5 columns by 100 rows, and I assigned the array to a variable. I am
now trying to loop on each row of the array using the:

[loop list="[scratch myArray]"]

But the problem with this tag is that it loops on every field rather than
every row, in addition to that I cannot assign references to each field.

Any ideas?

Thanks!