tiger66
06-14-2003, 12:31 PM
Hello
I am trying to write a loop that can loop through a section in my page.
e.g.
field 1
field 2
field 3
field 4
....
field 10
field 11
field 12
How can I write a loop that loop through field4 to field 10
I am thinking about using for loop starting from form.name==field4 and end when form.name==field10, but I am not sure how to increment the loop.
Any help
Thanks
I am trying to write a loop that can loop through a section in my page.
e.g.
field 1
field 2
field 3
field 4
....
field 10
field 11
field 12
How can I write a loop that loop through field4 to field 10
I am thinking about using for loop starting from form.name==field4 and end when form.name==field10, but I am not sure how to increment the loop.
Any help
Thanks