Public Property Get Vector( _
ByVal vDim1 As Long _
) As Variant Assuming
Dim saTemp As New SparseArray
saTemp.Vector(23) = "SubName"
for example
saTemp.Vector(23) = "SubName"
saTemp.Vector(24) = EmptyValuevDim1: Number of the array element whose Value will be returned.
![]()
Public Property Let Vector( _
ByVal vDim1 As Long _
, ByVal vValue As Variant _
) Assuming
Dim saTemp As New SparseArray
for example
saTemp.Vector(23) = "SubName"
leaves
saTemp.Vector(23) = "SubName"vDim1: Number of the array element whose Value will be set.
![]()
Public Property Set Vector( _
ByVal vDim1 As Long _
, ByVal vValue As Variant _
) Assuming
Dim saTemp As New SparseArray
Dim objTemp As Object
Set objTemp = Nothing
for example
Set saTemp.Vector(23) = objTempvDim1: Number of the array element whose Value will be set. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.