I was messing around with Eric Cochran’s code sample.
This is a little test – storing dynamic arrays inside a UDT with a pointer.
The arrays can be local static or global arrays.
It supports – Ubound, ReDim, ReDimPrsev, Decr dimension, Incr dimension, Get and Set value.
I would be interested on hearing the pros and cons of the concept.
------------------
This is a little test – storing dynamic arrays inside a UDT with a pointer.
The arrays can be local static or global arrays.
It supports – Ubound, ReDim, ReDimPrsev, Decr dimension, Incr dimension, Get and Set value.
I would be interested on hearing the pros and cons of the concept.
------------------
Comment