On 6 Oct 2005 05:55:14 -0700, Flavio <[EMAIL PROTECTED]> wrote: > Now what would you do if you wanted to pass a lot of variables (like a > thousand) to a function and did not wanted the declare them in the > function header?
I'd think twice. If on reflection I decided I really wanted to do it, I'd pass them all in a dictionary. -- Cheers, Simon B, [EMAIL PROTECTED], http://www.brunningonline.net/simon/blog/ -- http://mail.python.org/mailman/listinfo/python-list
