Exit Do
I've been instructed by a dot net / asp programmer that Exit Do is not a
great way to end a loop.
Can someone explain to me if this is so, or does this only apply to higher
level programming languages ?
I am using nested loops and need to exit out of one loop into another for
something to apply. Any other functional ways of doing this ?
Cheers,
.
Relevant Pages
- Re: Exit Do
... I've been instructed by a dot net / asp programmer that Exit Do is not a ... great way to end a loop. ... I am using nested loops and need to exit out of one loop into another for ... Code Stage B ... (microsoft.public.scripting.vbscript) - Re: Exit Do
... I've been instructed by a dot net / asp programmer that Exit Do is not a ... great way to end a loop. ... I am using nested loops and need to exit out of one loop into another for ... if not success then exit do ... (microsoft.public.scripting.vbscript) - Re: Exit Do
... I've been instructed by a dot net / asp programmer that Exit Do is not a ... great way to end a loop. ... I am using nested loops and need to exit out of one loop into another for ... Exit Function. ... (microsoft.public.scripting.vbscript) - Re: Infinite Loops and Explicit Exits
... > CS> One of these proposals relaxes the current restriction that an EXIT ... > termination of the loop is not visible at that point. ... > terminating condition is visible in that context. ... > You now want to allow this remote procedure, ... (comp.lang.cobol) - Re: Houston-related rants was Re: forced merges/inside lane merges/AASHTO "tapered merges"
... >> Are you sure about the North Loop and I-45? ... >> in particular the westbound exit for Fondren/Gessner. ... How could HCTRA put an exit ramp for eastbound ... and the West Houston Center Blvd exit still shows Old Westheimer ... (misc.transport.road) |
|