> In some cases even though your loop is from 0 to N, Delphi will go from N
to
> 0 instead.

Correct. I think it's the optimisation, if the logic doesn't require the
loop to go in any particular direction, it will go from N-0 for speed
purposes, and this shows up in the debugger. Had me very confused in the
early days. Haven't seen it in d4 so perhaps they changed it.

Seth.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to