Josh Paetzel <josh at tcbug.org> wrote: > It's also worth mentioning that to function effectively at any social > gathering in Minnesota you will need to know the difference between a > hotdish and casserole. if length(food.components) > 1: if food.preparation == 'bake': food.type = 'hotdish' if state.name != 'Minnesota': food.type = 'casserole' :) Chad