Re: I miss loop

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



It sure has been nice discussing this here. I guess I found a subject that many folks have encountered. There are lots of way to tackle the problem. The continue/loop functionality I hoped existed in VB.Net 2003 for the do loop structure would be a perfect for this job. Since it isn't I keep looking to find the next most perfect solution. Still I don't have infinite time so I went with the nested do loop. It's not perfect but it'll get the job done. When I have more time I'm going to look into the goto some. Might have to put it back into service in this one specific type of situation.

I need to get 2005 loaded and see what's in it sometime but that'll probably be a few more months.


Cor Ligthert [MVP] wrote:
cj,

You can do it without a continue, a goto or whatever. I have once made a sample for that when Marina told I could not. It is unreadable, however. Therefore I do not show it here.

It was almost the same as yours, although she had made an impossible chalenge as sample.

Cor


.