Remove elements from an array from the beginning and/or the end
summary (oneliner)
doc
issues
youtube id
caniuse query
collections
Inputs
Source Array (Array)
input array
Remove from Start (integer /Number)
amount of elements to be removed from the beginning of array
Remove From End (integer /Number)
amount of elements to be removed from the end of array
Outputs
Cut Array (Array)
cut array output
Array Length (Number)
length output
Changelog
Ops.User.simod.CutArray renamed to Ops.Array.CutArray
2020-09-16 - simod
2020-09-16 - simod