Is this what you want!!
Code:
<%
for i = 0 to n
if i = selectedValue then
%>
<option value="<%=i%>" selected><%=selectionArray(i)%></option>
<%
else
%>
<option value="<%=i%>"><%=selectionArray(i)%></option>
<%
end if
next
%>
Hope I was of some help
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --