Ok, so I have a table with a couple of rows.
Each row having a unique X and Y Number (co-ordinates)
Example:
Row 1: x = 0, y = 0
Row 2: x = 0, y = 1
Row 3: x= 0, y = 2
blah blah
Row 20: x = 3, y = 4
And so on..
What I am wanting to do is output the data in a table so it looks like this -
Or even if 0,0 starts in the top left and the bottom right is 7,7
What approach do I take? I have tried a couple of things but none seem to work.
Each row having a unique X and Y Number (co-ordinates)
Example:
Row 1: x = 0, y = 0
Row 2: x = 0, y = 1
Row 3: x= 0, y = 2
blah blah
Row 20: x = 3, y = 4
And so on..
What I am wanting to do is output the data in a table so it looks like this -
You must be registered for see links
Or even if 0,0 starts in the top left and the bottom right is 7,7
What approach do I take? I have tried a couple of things but none seem to work.