Hi all.<br><br>I'm looking at:<br><br>Person={person,{name,{first,joe},{last,armstrong}},{footsize,42}}.<br><br>and trying to extract the value of 'last', i.e., 'armstrong'.<br><br>{_,{_,{_,{_,Last},_}=Person.<br>
<br>was unsuccessful. Any help?<br><br>Thanks,<br><br>Caitlin<br><br>