> p.s. has anyone else noticed that sometimes when you step through a for > loop the counter actually counts down (in the debugger) (even if it set > to count up). This was the case sometimes in D6 if I recall correctly. >
It's an optimisation thing. Counting down to 0 is more efficient than counting up. Sean _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe
