Paul N
Is there a build in function to shift the contents of a list right or left ?
e.g. list of 1,2,3 would go to 2,3,1 if I shifted right
Dominaezzz
Collections.rotate
A modern programming language that makes developers happier.