[thelist] ASP Loop Question

Feingold Josh S Josh.S.Feingold at irs.gov
Wed Mar 20 10:08:01 CST 2002


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
> I think you are looking for the Eval function.

Yes, I was.  Thanks to all for the suggestions, the one that most peaks my
interest was offered by darren.  I need to look into this method more.

While we are on this subject, it is interesting to note that

<%
for x = 1 to 2
	variable = request.form("variable_" & x  )
next
%>

works, whereas

<%
for x = 1 to 2
	variable = "variable_" & x
next
%>

does not.

I wonder why.

Josh



More information about the thelist mailing list