From: Alex B. <en...@tu...> - 2001-09-16 20:22:46
|
> Hi Alex, > > goes it bc conform to add private methods to modules? So the module consists > of ModuleName(), Output() and some other _MethodThatDoesSomething() Absolutely. You may have other public methods, also. The only requirement is that if you want to use the module with Page, it has to have a constructor and the method Output(). _a > Andi |