Array Roll

Roll an array to left or right by a number of steps.

It's nearly the same as shift-array, but with a circular array behavior.

For example a RollArr module can be used to add endless scroll capability to a data-generator-sequenced-steps module.

This module replaces the Roll Array [V2.0] user module.

Settings

bypass

Bypasses the module.

array in

Array input flow(s).

array out

Array output flow(s).

roll

Roll amount and direction. N=0: do nothing, N<0: roll elements to the left and complete the end of the array with the shifted beginning part. N>0: roll elements to the right and complete the beginning of the array with the shifted end part.

See also

version 6.0.240115

Edit All Pages