<% dim mat(6) mat(0) = "00" mat(1) = "33" mat(2) = "66" mat(3) = "99" mat(4) = "CC" mat(5) = "FF" counter = 0 %> <% for i=0 to 5 %> <% for j=0 to 5 for k=0 to 5 %><% counter = counter + 1 next next %> <% next %>