Inserts or replaces a specific attribute, value, or sub-value in a clsD3DynamicArray object.
Syntax
object.brReplaceStr sReplace, vnAMC, [vnVMC], [vnSVMC] |
Parameters
Parameter |
Description |
object |
An object variable that represents a clsD3DynamicArray object. |
sReplace |
A String containing the replacement element. |
vnAMC |
A Variant (Long subtype) specifying the attribute mark count where the replacement will begin. |
vnVMC |
Optional. A Variant (Long subtype) specifying the value mark count where the replacement will begin. |
vnSVMC |
Optional. A Variant (Long subtype) specifying the sub-value mark count where the replacement will begin. |
Remarks
The brReplaceStr method has the same functionality as the brReplace method, except that the replacement element is passed as a string in brReplaceStr (sReplace), and as a dynamic array in brReplace.
FlashBASIC Reference
replace