<%
' Loop through the records (second dimension of the array)
For I = iRecFirst To iRecLast
news_expire = data(0,I)
news_id = data(1,I)
news_dat = data(2,I)
news_title = data(3,I)
news_body = data(4,I)
response.write "" & _
"| " & news_title & " " & news_dat & " | " & _
"
" & _
"" & _
"| " & news_body & " | " & _
"
"
Next ' I
%>
| admin |