Hi
Ive been busy at the weekend but have hit a problem
this section of code don't work, why?
dim vorton(5)
for a=0 to 4
vorton(a)=loadmesh ("media\vorton.x)
next a
The array 'vorton' is defined and the object is in my media folder.
Can I use arrays for my object pointers or am I missing something here....
Thanks
Ive been busy at the weekend but have hit a problem
this section of code don't work, why?
dim vorton(5)
for a=0 to 4
vorton(a)=loadmesh ("media\vorton.x)
next a
The array 'vorton' is defined and the object is in my media folder.
Can I use arrays for my object pointers or am I missing something here....
Thanks