Returns a string containing a specific attribute, value, or sub-value extracted from a clsD3DynamicArray object.
Syntax
sValue = object.brExtractStr(vnAMC, [vnVMC], [vnSVMC]) |
Parameters
Parameter |
Description |
sValue |
The return value is a String data type that is 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, the entire dynamic array is returned.
FlashBASIC Reference
extract