Set in Array

 
 
 

Categories

  • Array

Description

Sets the value of the specified element in the input array.

Ports

Inputs

Index

The index of the element in the input (0-based) array to set. If the index is greater or equal to the size of the specified input array, the resulting array will be the same as the specified input array.

Value

The value to set on the specified element.

Array

The array containing the element to set.

Outputs

Result

The modified array.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License