2006/1/2, Andries Bos <[EMAIL PROTECTED]>: > Some time I have been told that pred( ) is faster to use than the "normal" > count-1. > have anyone has an answer as to mee this seems to be the same where pred() > shows better (more readable)?
I'm not so sure, but I think Inc(I) and Dec(I) are translated into those assembly increment and decrement commands, which work faster than "x := x + 1". -- Jonas Raoni Soares Silva http://www.jsfromhell.com ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

