I'm trying to redimension a multi-dimensional array. I have the Locals configured with 2 Dimentions and "Initially Empty".
I would like to be able to redimension it as:
Locals.anValues[0 to 1] [0 to Locals.nExpectedSize]
The syntax in the Help shows and what I can figure out:
SetArrayBounds(Locals.anValues,"0","10"), but that will only resize a single dimensional array.
The SetNumElements states that it is only usable for a single dimensional array, but I was hoping that I could redimension a multi-dimensional array with the SetArrayBounds.
I've searched but can't find any good examples.
Mike