fischadler
Programmer
Would I be safe in assuming that the code below returns the same information in the same order no matter how many times I run it in the same page?
Is there some way to specifically set the order in which this code scans through the inputs?
Thanks!
-Fischadler
Code:
FOR EACH item IN Request.Form
Response.Write item & "<br>"
NEXT
Thanks!
-Fischadler