<% SQL = "SELECT * FROM tusuario ORDER BY loginu" Set rs = db.execute(SQL) %>

 

NICKNAME NICKNAME
<% cont = 1 for i = 1 to 10 if rs.eof then exit for %> <% cont = cont + 1 rs.movenext next %>
<%=cont%>  "><%=rs("loginu")%>
<% if not rs.eof then %> <% do while not rs.eof %> <% cont = cont + 1 rs.movenext loop %>
<%=cont%>  "><%=rs("loginu")%>
<% end if %>

Ver todos os Fóruns