Re: [Tutor] Iterating through a function list

2009-05-20 Thread Dave Kuhlman
On Wed, May 20, 2009 at 10:02:22AM -0400, Robert Berman wrote: > >Hi, >Given a list of options: option_1...option_n. For each option I >have a corresponding function: func_1. func_n. I have all function >names defined in a list similar to flist = [func_1, >func_2,..

[Tutor] Iterating through a function list

2009-05-20 Thread Robert Berman
Hi, Given a list of options: option_1...option_n. For each option I have a corresponding function: func_1. func_n. I have all function names defined in a list similar to flist = [func_1, func_2,...func_n] which I know is a legitimate construct having found a similar construct discusse