Resizes a Variant array.
procedure VariantArrayRedim(var V: Variant; High: Integer);
VariantArrayRedim(Variant V, int High);
VarHlpr
VariantArrayRedim resizes the given Variant array by changing the high bound of the rightmost dimension to the given value.
The input value must be a Variant array; otherwise an EVariantInvalidArgError exception will be raised.
VariantGetElement
VariantPutElement