Does anyone know how to do an if on a large piece of asp code?
for example i need to be able to write this:

start

            <%   ' Loop around filling the table
        For intCounter = 0 to intMaxCount
  %>
            <option value="<%Response.Write strRecordArray(0,intCounter)%>">
            <%Response.Write strRecordArray(0,intCounter)%>
            </option>
            <%
Next%>


end

if the blnGotRows is True.
Thanks
Alex Elger


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to