Implements the abilities associated with a D3 dynamic array.
To create a clsD3DynamicArray object use one of the following three techniques:
Use a method from a class that returns a clsD3DynamicArray object, such as, brRead or brCopy.
Set oArray = oFile.brRead(sItemId)
Use the brOpenDynamicArray method of the clsD3Environment class.
Set oArray = oEnv.brOpenDynamicArray
Use the Visual Basic New keyword.
Set oArray = New clsD3DynamicArray
A clsD3DynamicArray object may be flat or MultiValued, being made up of attributes, values, and sub-values. It can be converted into a VB string or a clsD3SelectList object.
An application is likely to have many clsD3DynamicArray objects.
brClone method, brConvert method, brCopy method, brCount method, brDCount method, brDelete method, brEqual method, brEqualStr method, brExtract method, brExtractStr method, brIndex property, brInsert method, brInsertStr method, brLen method, brLength method, brLocate method, brLocateSeq method, brLocateStr method, brLocateStrSeq method, brReplace method, brReplaceStr method, brSelect method, brTrim method