Le 28 mars 07 à 16:18 Soir, [EMAIL PROTECTED] a écrit: >> On a related note - would "self" work in a module? That is would self >> refer to the calling object? > > No. Self refers to the object executing the code; a module is not a > class and there is no object executing its code.
Then, self can be nil. That's something to know. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
