Thread
:
Converting Attr[] to an array
View Single Post
#
2
06-09-2009, 02:15 AM
DustyPorViva
Will work for food. Maybe
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
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
..
DustyPorViva
View Public Profile
View GraalOnline Profile
Find all posts by DustyPorViva