12 Dec
2003
12 Dec
'03
9:07 a.m.
Hello ! I be used to modular programming. Units/Modules/Classes. In Zope can I create a module with some functions ? How can I do it ? Or I need to be create Product for this ? How ? (The ugly solution is this): script: parameters if params[0]=0 : ... r=params[1]+params[2] ... if params[0]=1 : ... r=SetURLTo(params[1]) ... if params[0]=2 : ... if params[0]=3 : ... return(r) Thanx -- Best regards, fowlertrainer mailto:fowlertrainer@anonym.hu