Anyone know of an easy way to rename an associative array key in place? array( 'vegetable'=>'lettuce', 'fruit'=>'coconut', 'bean'=>'chickpea', 'grain'=>'corn' ) I want the third element to be 'legume'=>'chickpea', but it seems to involve rebuilding the array...? -- Chris Snyder http://chxo.com/