Re: Variable option count

2005-05-04 Thread Simon Brunning
On 5/4/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > Hello, > how can I give an arbitrary number of options in a automated way to a > function? > > Example. > > I've the list A = > > [1, 2, 3] > > Now I want to give this list to a function so that it is the same for > function like: > > f(1

Variable option count

2005-05-04 Thread Florian Lindner
Hello, how can I give an arbitrary number of options in a automated way to a function? Example. I've the list A = [ 1 2 3 ... ] Now I want to give this list to a function so that it is the same for function like: f(1, 2, 3, ...) How can I do that? Thanks, Flor