ChartDirector 7.0 (PHP Edition)

ArrayMath.insert


Usage

insert(a [, insertPoint ])

Description

Inserts the elements of an array to the ArrayMath object.

Arguments

ArgumentDefaultDescription
a(Mandatory)An array to be inserted to the ArrayMath object.
insertPoint-1The position of the insertion point. The new elements will be inserted just before the insertion point. -1 means inserting elements at the end of the array.

Return Value

The current ArrayMath object.