Feb 16, 2003 #1 threedim Technical User Joined Mar 18, 2002 Messages 22 Location MY Is it possible to break out of loops in asp? say.. do until (...) if ... then .... end if ... loop and somewhere in between breakout?
Is it possible to break out of loops in asp? say.. do until (...) if ... then .... end if ... loop and somewhere in between breakout?
Feb 17, 2003 1 #2 jmswe Programmer Joined Feb 14, 2002 Messages 31 Location GB "exit do" should work. Upvote 0 Downvote
Feb 17, 2003 Thread starter #3 threedim Technical User Joined Mar 18, 2002 Messages 22 Location MY thanks that helps a lot Upvote 0 Downvote