target.ArrayInsert

Description

Inserts a value of an arbitrary type into a one dimensional array at a specified position.

Syntax

Function ArrayInsert(ary, value, index)

Parameters

one dimensional variant array ary - an array where the insertion is to take place

variant value - the value to be inserted

integer index - the position at which the new value should be inserted

Return value

one dimensional variant array - a new array with the value inserted at the specified position

See also

Platform Objects and Methods

target.ArrayFind

target.CloseAllDBConnections

Target Methods