Switch to: V12V11V10V9V8V7V6V5

VSet Class: Construction Methods

VSet.Clone()

Declaration:

Clone() as VSet

Description:

Clones this Set, i.e. create and return a new set which is of the same type, has the same size and contains the same items.

Example:

dim s2 as VSet
s2 = s1.Clone()