Sept. 22, 2010
11:10 a.m.
On Sep 22, 2010, at 12:12 , Henrik Johansen wrote:
- In the line contentBytes := contentBytes + (self basicSize * bytesPerElement), why is contentBytes added because it should be always 0 because self class instSize should return 0 in case of variable classes. Or do I miss something? You can have instance variables in variable classes:
Yes, of course; I forgot this case. Adrian