Hi Charles,
> On 12/30/01 1:35 PM, "Charles Yeomans" <yeomans at desuetude dot com> wrote:
>The experience
>of many developers over time is that using For...Next with endpoints
>that change during the loop is prone to error.
The experience over time of many developers that change using For...Next with
endpoints prone to the _various_ loop _controls_
_instead of_ using For...Next with endpoints that is error.
Just adding four words to your sentence (_xx_ words).
What I feel reading your comment is that with age (experience), developers
start varying the use of their loop controls to avoid
falling into the For .../... Next trap; they begin to use While .../... Wend
and Do .../... Loop Until instead of For .../... Next instead.
I saw that recently in my coding ;)
Emile
|