ArrayInsertCellAfter
Syntax
native ArrayInsertCellAfter(Array:which, item, any:input);
Usage
| Parameter | Description |
|---|---|
| which | Array handle |
| item | Item index in the array |
| input | Value to set |
Description
Creates a new item behind the specified item and sets the item's single cell value. All items beyond it get shifted up by one.
Return
This function has no return value.
Error
If an invalid handle or an invalid index is provided an error will be thrown.