Is it possible? I want an array created for each object...
Type thing
field x
field y
field stuff(10)
End Type
I'm guessing not and I'll have to access a static array instead, but it'd be nice.
Type thing
field x
field y
field stuff(10)
End Type
I'm guessing not and I'll have to access a static array instead, but it'd be nice.