Skip to content

Set Index (By Ref) Node

Utils/Array/By Reference

Set Index (By Ref)

Set an element at a specific index directly in a variable array without copying. Much faster for large arrays.

array_set_index_refstd
Inputs4
Outputs1
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

4

In

Execution
exec_in

Variable Reference

String
var_ref

Reference to the array variable to modify

Index

Integer
index

Index to set

Value

Generic
value

Value to set at the index

Output Pins

1

Out

Execution
exec_out

Node Info

Internal name
array_set_index_ref
Category
Utils/Array/By Reference