PXC Documentation

PXC Home

Array Copy

1.18.0

Copy array or subarray.

Node Data

Display name

Array Copy

Internal name

Node_Array_Copy

Inheritances

Node_Array_Copy

Inputs

Node_Array_Copy

Array

int

Starting Index

int

Size

Outputs

Node_Array_Copy

any

Array


Create a copy of an array with modifiable range.



Properties


Array


The original array.


Starting Index


The starting index of the original array to copy.


Size


The amount of elements to copy.



Related Links