View Single Post
  #2  
Old 06-09-2009, 02:15 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
I remember having to help someone with something like this...

I believe it's like:
temp.arr = {attr[x]};
Or maybe:
temp.arr = {{attr[x]}};
Or maybe:
temp.arr = (attr[x]);

Mess around

Last edited by DustyPorViva; 06-09-2009 at 02:56 AM..
Reply With Quote