Adam Hughes wrote: > If you are storing objects, then can't you store them in a list and just do: > > for obj in objectlist: > obj.attribute = value > > Or am I misunderstanding? > It's multi-dimensional, and I wanted to avoid writing explicit loops.