insert


Description:

public void insert (uint index_, Value value)

Insert a copy of value at specified position into this.

Note:

Use Array and insert_val instead.

If value is null, an uninitialized value is inserted.

Parameters:

this

ValueArray to add an element to

index_

insertion position, must be <= value_array->;n_values

value

Value to copy into ValueArray, or null

Returns:

the ValueArray passed in as this