11 Dec
1999
11 Dec
'99
5:25 a.m.
scott kaplan wrote:
Hi all, I have an odd question about acquistion, it has to do with acquiring anything that starts with an underscore. Can anyone explain this to me. (I understand w/ inheritance of names that start with one underscore the name is changed to privitize the variable, but this seems different)
It is. Acquisition doesn't work on names starting with an underscore; They're considered private. Cheers, Evan @ 4-am