On Sun, Mar 15, 2009 at 1:41 PM, mattia wrote:
> How can I determine the common values found in two differents sets and
> then assign this values?
> E.g.
> dayset = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
> monthset = ["Jan", "Feb", "Apr", "May", "Jun", "Jul", "Aug", "Sep",
> "Oct", "Nov
How can I determine the common values found in two differents sets and
then assign this values?
E.g.
dayset = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
monthset = ["Jan", "Feb", "Apr", "May", "Jun", "Jul", "Aug", "Sep",
"Oct", "Nov", "Dec"]
this are the "fixed and standard" sets.
Then I