Hi
I can remember from my VB days the function "ReDim". If you had an array with say 10 values you would specify DIM A(9). If you now received more values in this array, say another 6, then you could use the function ReDim A(15) without losing any of your old data.
This would become handy in my "CAD" program. As the user adds more entities to a drawing one could have a subroutine to increase the "DIM" to suit the number of entities in the drawing.
Or is there a way of which I am not aware?
Thanks
Michael
I can remember from my VB days the function "ReDim". If you had an array with say 10 values you would specify DIM A(9). If you now received more values in this array, say another 6, then you could use the function ReDim A(15) without losing any of your old data.
This would become handy in my "CAD" program. As the user adds more entities to a drawing one could have a subroutine to increase the "DIM" to suit the number of entities in the drawing.
Or is there a way of which I am not aware?
Thanks
Michael