| |
apoc40
Posts: 1
Score: 0
Joined: 1/25/2005
From:
Status: offline
|
As far as I can tell this is syntatically correct, but it dosen't give me any results unless I replace the variable i, which is declared slightly earlier as num+10 , with an actual number, such as 20. I'd apprecate any help, thanks. <% DO WHILE NUM < i AND NOT rs.eof subj=rs("Subj") subj=myURLDecode(Subj) %> <b> <%=rs("category")%>:<%=Subj%> </b> <% Info=rs("Info") Info=myURLDecode(Info) %> <%=Info%> <% rs.MoveNext NUM = NUM+1 Loop %>
|
|