
06-04-2002, 12:05 AM
|
|
Disgruntled Monkey
|
 |
Join Date: Mar 2001
Posts: 779
|
|
|
what i do when i use 1 array for things like x & y you can ether put them side by side or at equal lenghts apart.... {x, y, x, y } {x, x, y, y,}
with the first one to acess the x & y its index = x & index +1=y
the second is index=x index+(lenght of first part of array)=y |
__________________
|
|
|
|