getTitle on an array

I have a field that is a multi-checkbox from a valuelists. This field also serves as the title field for this record. However, my function simply returns the word 'array'.
Any ideas?
- Code: Select all
function getTitle(&$record){
return $record->val('Exterior');
}
Any ideas?