User`s guide
Utility Library Classes
D-25
MsgBox(Err.Description)
End Sub
Property MWFlags As MWFlags
Stores a reference to an MWFlags object. This property sets or gets the array
formatting and data conversion flags for a particular complex array. Each
MWComplex object has its own MWFlags property. This property overrides the
value of any flags set on the object whose method’s are called.
Sub Clone(ppComplex As MWComplex)
Creates a copy of an MWComplex object.
Parameters.
Return Value.
None
Remarks. Clone allocates a new MWComplex object and creates a deep copy of the
object’s contents. Call this function when a separate object is required instead
of a shared copy of an existing object reference.
Class MWSparse
The MWSparse class passes or receives a two-dimensional sparse numeric array
into or from a compiled class method. This class has seven properties/methods:
• “Property NumRows As Long” on page D-26
• “Property NumColumns As Long” on page D-26
• “Property RowIndex As Variant” on page D-26
• “Property ColumnIndex As Variant” on page D-26
• “Property Array As Variant” on page D-26
• “Property MWFlags As MWFlags” on page D-26
• “Sub Clone(ppSparse As MWSparse)” on page D-27
Argument Type Description
ppComplex MWComplex
Reference to an uninitialized
MWComplex object to receive the
copy.