<% 'Script to create an array of list controls for list processing. One a Set (cols) of controls will be created For Each list item, as determined by numrows %>
for (var i=1; i < <%= numrows+1 %>; i++) {
for (var J=0; J < <%= numcols %>; J++) {
<% 'Yields a control named: col1Name1, col2Name2, etc. %>