Re: For...Next vs Do...While
- From: "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Wed, 1 Mar 2006 20:03:37 +0100
jvb,
I look forever which one needs the less characters to type.
What important is it how it is compiled, every solution is more than fast
enough.
:-)
Cor
"jvb" <gomez76@xxxxxxxxx> schreef in bericht
news:1141227640.497650.110320@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hey all,
I figure it's Wednesday, why not put a question up for debate. Beyond
personal preference, is there any benefit (performance or otherwise) to
using one loop over the other? For example, I remember in hearing in
class (many years ago...) that VB compiles For...Next loops as
Do...While loops.
.
- References:
- For...Next vs Do...While
- From: jvb
- For...Next vs Do...While
- Prev by Date: Re: Programming for USB Modem
- Next by Date: Re: DataBindings Help
- Previous by thread: Re: For...Next vs Do...While
- Next by thread: Re: For...Next vs Do...While
- Index(es):
Relevant Pages
|