Returns a new clsD3DynamicArray object that contains a specific attribute, value, or sub-value extracted from a clsD3DynamicArray.
Syntax
Set oDynArray = object.brExtract(vnAMC, [vnVMC], [vnSVMC]) |
Parameters
Parameter |
Description |
oDynArray |
An object variable that represents a clsD3DynamicArray object that contains the extracted element. |
object |
An object variable that represents a clsD3DynamicArray object from which an element is extracted. |
vnAMC |
A Variant (Long subtype) specifying the attribute mark count where the extraction will begin. |
vnVMC |
Optional. A Variant (Long subtype) specifying the value mark count where the extraction will begin. |
vnSVMC |
Optional. A Variant (Long subtype) specifying the sub-value mark count where the extraction will begin. |
Remarks
If vnAMC is zero, then the entire dynamic array is returned.
FlashBASIC Reference
extract