Ok, I need to define a list. Simple enough. Im just wonder how I would define a list that is set something like this.
grid[2][2]
grid[1][1] = "1,1"
grid[1][2] = "1,2"
grid[2][1] = "2,1"
grid[2][2] = "2,2"
Im hoping there is a much easier way then entering each specific value one by one.
-DogMan
PS:
Also, how does the Add() proc work when I want to add to the 'x' and not the 'y', or vise versa.
However, I'm not quite sure what you are asking about the Add() proc.