> So I was wrong and it is nice because I tended to avoid local vars > declarations :-) But I remember having read somewhere that > using/accessing local vars was slower than global ones and this why I > said that.
The quality of a program is somewhat in inverse ratio to the number of global variables. I avoid as much as possible global variables. I used global variables only for data that is really global. OK, that's another story that is out of topic here... -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
