brInsertStr Method

       

Inserts a string into the specified attribute, value, or sub-values location in a clsD3DynamicArray object.

Syntax

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

Parameters

Parameter

Description

object

An object variable that represents a clsD3DynamicArray object.

sStr

A String 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