Hi everyone,
is there a way to schift the content of arrays left or right?
thanks
shifting the content of arrays?
Hi everyone,
is there a way to schift the content of arrays left or right?
thanks
@elden I would check out the [iem_tab] abstractions in extended or William Brent's tabletool abstractions: http://williambrent.conflations.com/pages/research.html
A simple (and cheap) solution, though not shifting the content, would be to shift the index when you read from the array.
mvh
Here's a way to do it. The trick is to count up or down, depending on the direction of the shift.
Oops! Looks like something went wrong!