I just installed Views module for Drupal 7 and am trying to find out how to customize it.
So far, I have done the following things.
print $fields['your_field_value']->raw;
did not work for me, however the following did in my case.
$row->field_YOUR_FIELD[0]['rendered']['#markup'];