<%z = "1111111111"j = "0123456789"for i = 0 to 9k = 10 - istr1 = left(z,i)str2 = left(j,k)str = str1 & str2response.write(str &"")next%>