Re: AW: Exiting loop to higher level

2002-09-30 Thread James Edward Gray II
Sorry, but this isn't accurate. Try it and I think you'll be surprised. The next() subroutine takes you to the next iteration of the enclosing LOOP. Control statements, like if, are not loops and thus have nothing to do with where next() sends you. When you do have two loops and want to bre

AW: Exiting loop to higher level

2002-09-30 Thread Hughes, James
Thanks, but I need something that will take me past the first "if" statement... Something that itterates past the if, and tells the while to go on with the next lump of data... "next" will only break the inner "if" loop. best regards, James Hughes -Ursprungliche Nachricht- V