Hey Peeps,
Does anyone know how I can loop an recordset whilst using the id to get information from an array?
ie.
Im getting an error when I do it with mine that points no where near the array etc.Code:<%
string = split(Recordset2("String"))
Do While Not Recordset.EOF
for i = 0 to ubound(string)
response.write(string(Recordset("ID"))
next
Recordset.MoveNext
Loop
%>
Gav
