yah, that definitely helped.. i'm understanding this better, of coz use a for loop..
Its just the whole picture now.. Trying to connect the number system to the boxes(or the array).
Can i take one line in the array and copy the values to a textbox ?
Like if i could take the top row and put it in a box then i have a string that i can work with.
Same with the columns. Anyway i cant find or think of the way to do it.
Another thing.
When you have 2 for loops and they both loop 10 times, does the first one finish before the second one starts ? If so, i cant use the loopindex of first loop in the second loop.. ?
i was trying to do this, dont remember why though (trying alot of methods go get this to work) and the loopindex return -1.