User`s guide

C Utility Library
Call y.Initialize(, Array("name", "age", "salary"))
Exit Sub
Handle_Error:
MsgBox(Err.Description)
End Sub
Property Item([i0], [i1], ..., [i31]) As MWField
The Item property is the default property of the MWStruct class. This property
is used to set and get the value of a field at a particular index in the structure
array.
Parameters.
Argument Type Description
i0,i1, ..., i31 Variant
Optional index
arguments. 0 to 32
index arguments can be
entered. To reference
an element of the array,
specify all indexes as
well as the field name.
Remarks. When access ing a named field through this property, you must
supply all dimensions of the requested field as well as the field name. This
property always returns a single field value, and generates a bad index error
if you provide an invalid or incomplete index list. Index arguments have
four basic formats:
C-18