Hello, I am having trouble understanding how to have different variables for objects within a Type
& then checking for only 1 OBJ later.
e.g.
Type OBJ
Field X,Y
End Type
OBJNUM=5
For f=0 to OBJNUM
THIS.OBJ=New OBJ
THIS.OBJ\X=10:THIS.OBJ\Y=10 (How do I create 5 diff X/Y positions?)
Next
Any help much appreciated!
& then checking for only 1 OBJ later.
e.g.
Type OBJ
Field X,Y
End Type
OBJNUM=5
For f=0 to OBJNUM
THIS.OBJ=New OBJ
THIS.OBJ\X=10:THIS.OBJ\Y=10 (How do I create 5 diff X/Y positions?)
Next
Any help much appreciated!