VariantArray.Swap Method (console safe)
Use this method to swap two Variants in the array.

Swap(
ElementA
as Integer,
ElementB
as Integer)
Parameters
- ElementA
- Use this parameter to specify one of the element to swap.
- ElementB
- Use this parameter to specify the other element to swap.
Remarks
See Also
VariantArray Class