Skip to content

Remove Index (By Ref) Node

Utils/Array/By Reference

Remove Index (By Ref)

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

array_remove_index_refstd
Inputs3
Outputs2
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

3

In

Execution
exec_in

Variable Reference

String
var_ref

Reference to the array variable to modify

Index

Integer
index

Index to remove

Output Pins

2

Out

Execution
exec_out

Value

Generic
value

The removed value

Node Info

Internal name
array_remove_index_ref
Category
Utils/Array/By Reference