brReplace Method

       

Inserts or replaces a specific attribute, value, or sub-value in a clsD3DynamicArray object.

Syntax

object.brReplace oDynArrayReplace, vnAMC, [vnVMC], [vnSVMC]

Parameters

Parameter

Description

object

An object variable that represents a clsD3DynamicArray object.

oDynArrayReplace

An object variable that represents a clsD3DynamicArray object 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 brReplace method has the same functionality as the brReplaceStr method, except that the replacement element is passed as a dynamic array (oDynArrayReplace) in brReplace, and as a string in brReplaceStr.

FlashBASIC Reference

replace