Anything like a for loop in DTML?
There may be some easy way to do this but I don't see it. I need to loop a number of times (value in a REQUEST variable) to enter data into a database the requested number of times. Any ideas? Phil ------------------------------------- Phil Aylesworth IS Manager Regal International
Hi! On Mon, 12 Apr 1999, Philip Aylesworth wrote:
There may be some easy way to do this but I don't see it. I need to loop a number of times (value in a REQUEST variable) to enter data into a database the requested number of times. Any ideas?
<!--#in "range(myvar)"--> <!--#var "sequence-item"--> <!--#/in "range(myvar)"-->
Phil
------------------------------------- Phil Aylesworth IS Manager Regal International
Oleg. ---- Oleg Broytmann National Research Surgery Centre http://sun.med.ru/~phd/ Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Oleg Broytmann -
Philip Aylesworth