18 Jul
2002
18 Jul
'02
6:18 p.m.
On Thursday 18 July 2002 02:06 pm, Ross Boylan wrote:
Is there a way to get inheritance, so that, for example, class C(B): sect1 = DTMLFile("CSect2",globals())+B.sect1(self)?
I don't think that syntax will work, but perhaps you see what I'm driving at--I want to include all the previous stuff.
Please explain what you mean by "include". + to me implies append, surely not what you were after. Perhaps a specific use case would make this clear. -Casey