Thanks
I am planning to keep a series of shapes that each shape is a series of points.
I can not define like
dim type (x, y) pts(500)
dim shape(1000) as pts
So I have to two dimensions array.
It would be great if the version 6.0 allows variable decaration using self defined type like pts (points).