Re: [Tutor] Help with unnamed arguments in a merge function

2005-03-21 Thread Colin Corr
On Wed, 2005-03-16 at 02:45 -0500, Brian van den Broek wrote: > Colin Corr said unto the world upon 2005-03-16 01:38: > > Greetings Tutors, > > > > I am having some difficulties with the concept of functions which can > > accept an unnamed number of arguments. Specifically, when trying to > > writ

Re: [Tutor] Help with unnamed arguments in a merge function

2005-03-15 Thread Brian van den Broek
Colin Corr said unto the world upon 2005-03-16 01:38: Greetings Tutors, I am having some difficulties with the concept of functions which can accept an unnamed number of arguments. Specifically, when trying to write a function that deals with an unnamed number of dictionaries. I want to be able to

[Tutor] Help with unnamed arguments in a merge function

2005-03-15 Thread Colin Corr
Greetings Tutors, I am having some difficulties with the concept of functions which can accept an unnamed number of arguments. Specifically, when trying to write a function that deals with an unnamed number of dictionaries. I want to be able to merge any number of dictionaries, while preserving th