I am trying to use the for statment which i can do it, but not the way i want. What I am trying to do is output a list of numbers descending. I know how to use it like..
<% for i=1910 to 2001 %> <option><%=i%></option> <% next ' i %>
Step is used to control the increment used when the command is looping between the first and second numbers specified in the loop. If your couting form a larger to smaller number than use a negative step, for counting up it would be a postivie number