5 Jun
2001
5 Jun
'01
5:38 p.m.
Is it possible to have optional parameters to a Zope python script?
If you mean a Script (Python), then sure: just put: your_parameter_name=your_default ...in the parameter list for any paramters you want to be option, just like you would with a normal python script :-) cheers, Chris