|
-
Apr 7th, 2006, 11:38 AM
#3
Thread Starter
Fanatic Member
Re: for loop problem
c1, c2 and the rest are custom defined variables. here is how i done them:
private type creature
xv as double
yv as double
end type
xv is x velocity and yv is y velocity
i dont know what you mean by what kind of output do i want but i want my for loop to make c2.xv = c1.xv then c3.xv = c1.xv then c4.xv = c1.xv and so on until c50.xv = c1.xv
Last edited by killo; Apr 7th, 2006 at 11:42 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|