Hi all,

I need to create a two dimensional grid around a point where every point of the grid must be equidistant from each other say 5 m, i.e. This point around which the grid is formed must be at the center of the grid. This grid must be spread over an area of 400 m * 400 m, i.e. in all there must be 1600 grid points. I have to do some further calculations on these grid points.

Can anyone help me in this? I am pretty new to visual basic programming. Do I need to use a two dimensional array for this? Please guide me how to go about it.

Any help would be appreciated.

Thanks