
They all have the name of "Point" followed by the number in the image (Its coordinates)
Now I want to add these to a 2D Array, but the only way I can think of doing it is like:
dim points(3,3) ' the 2D array points(0,0) = point0000 points(1,0) = point0100 points(2,0) = point0200 points(3,0) = point0300 points(0,1) = point0001
Is there anyway to do this with some sort of loop?
Thanks
bammurdo
This post has been edited by bammurdo: 19 July 2012 - 09:44 AM

New Topic/Question
Reply




MultiQuote




|