foreach($array AS $key => $value) { if (intval($value)) { $array[] = vb_number_format($this->GetStats[$value]); } else { $array[] = $value; } }