On Tue, Oct 10, 2006 at 02:46:43PM +0100, Andy Chambers wrote: -> Hi Titus, -> -> I've modified the patch I proposed on the mailing list and attached it -> as a darcs patch as you suggested on the developer page. Hope you find -> this useful.
added -- thanks! Sorry for taking so long... --titus -> +def fv_multi_match(formname, regexp, *values): -> + """ -> + >> fv_multi_match <formname> <field regexp> <value> [<value> [<value>..]] -> + -> + Set value of each consecutive matching form field with the next specified -> + value. If there are no more values, use the last for all remaining form -> + fields -> + """ _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
