Re: Looking for a way to convert dec to bin
- From: "Michael C" <nospam@xxxxxxxxxx>
- Date: Thu, 8 Mar 2007 23:30:02 +1100
"Robert Morley" <rmorley@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:O6x6RUOYHHA.2316@xxxxxxxxxxxxxxxxxxxxxxx
Hehehe. I have no objection to the idea at all; I just learned a certain
rigidity, and despite bitching about it at the time, have found that it
works for me in general. I also don't randomly jump out of loops with
things like Exit Do or Exit For. They're effectively a form of GoTo,
Not really. What makes goto so bad is that you can use it to jump *into*
loops and hence violate the flow of the code (not sure of the technical term
here). Using Exit For etc you can only jump out of loops.
and like Pascal taught, I find they're absolutely never necessary (and
only very rarely even useful) once you wrap your mind around doing without
them. Like I said, Pascal influenced my programming style significantly.
:)
How do you search for something in a list and stop the search when you find
it?
Michael
.
- Follow-Ups:
- Re: Looking for a way to convert dec to bin
- From: Robert Morley
- Re: Looking for a way to convert dec to bin
- References:
- Looking for a way to convert dec to bin
- From: Kardon Coupé
- Re: Looking for a way to convert dec to bin
- From: Kardon Coupé
- Re: Looking for a way to convert dec to bin
- From: Michael C
- Re: Looking for a way to convert dec to bin
- From: Robert Morley
- Re: Looking for a way to convert dec to bin
- From: Jeff Johnson
- Re: Looking for a way to convert dec to bin
- From: Robert Morley
- Re: Looking for a way to convert dec to bin
- From: J French
- Re: Looking for a way to convert dec to bin
- From: Robert Morley
- Looking for a way to convert dec to bin
- Prev by Date: Re: VB Winsock OCX Error during Bind
- Next by Date: How can a modeless form totally destroy itself
- Previous by thread: Re: Looking for a way to convert dec to bin
- Next by thread: Re: Looking for a way to convert dec to bin
- Index(es):
Relevant Pages
|