- Found in:
- JContainers
Description
Documentation Comment
Inserts the values from the source array into this array. If insertAtIndex is -1 (default behaviour) it appends to the end.
negative index accesses items from the end of container counting backwards.
Caveats
Parameters
intobject
intsource
intinsertAtIndex=-1
Examples
Auto-Generated Example
int myInt__object
int myInt__source
int myInt__insertAtIndex
JArray.addFromArray(myInt__object, myInt__source, myInt__insertAtIndex)