[thelist] ASP Brain Teaser

jason.handby jason.handby at corestar.co.uk
Mon Jul 10 12:10:15 CDT 2006


Hi Brian,


> This code always prints the first html line twice and the 
> others only once. The first line is correct - checked and the 
> repeat of it is show not checked. The second repeat needs to 
> be removed. If someone one can tell me what to do to catch 
> that I would appreciate it, thanks.


I think it's because vtrue hasn't been initialized the first time
through the loop. Try doing

	vtrue = false

immediately before the start of the Do loop and see if it works.


HTH



Jason



More information about the thelist mailing list