Increment Array Element
- Updated2025-07-30
- 2 minute(s) read
Adds 1 to the specified elements of a 1D array. If the array is an array of timestamps, this VI increments the element by one second.

Inputs/Outputs
array in
—
array in specifies the 1D array with the element that you want to increment. This input accepts an array or an array of clusters of the following data types:
index
—
index specifies the index of the element in the array that you want to increment. This input accepts a signed 32-bit integer or an array of signed 32-bit integers.
array out
—
array out returns the 1D array with the specified element incremented. |
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Malleable VIs\Basics\Malleable VIs Basics.lvproj
array in
—
index
—
array out
—