brInsert Method

       

Inserts an element, passed as a clsD3DynamicArray object, into the specified attribute, value, or sub-value location in the clsD3DynamicArray object.

Syntax

object.brInsert oDynArray, nAMC, [nVMC], [nSVMC]

Parameters

Parameter

Description

object

An object variable that represents a clsD3DynamicArray object.

oDynArray

An object variable that represents a clsD3DynamicArray object that is the element to insert.

nAMC

A Long indicating the attribute mark count where the insertion will be.

nVMC

Optional. A Long indicating the value mark count where the insertion will be.

nSVMC

Optional. A Long indicating the sub-value mark count where the insertion will be.

Remarks

By specifying -1 for nAMC, nVMC, or nSVMC, the element is inserted as the last element in the specified location.

FlashBASIC Reference

insert