Chapter Contents

Previous

Next
SCL List Class: _rotate

SCL List Class: _rotate



Rotates a given number of items from one end of the list to the other.


Syntax

Syntax

objectName._rotate( count );

Argument Type Use Description
count Numeric Input The number of items to rotate. If positive, items are taken from the beginning of the list and put on the end. If negative, items are taken from the end of the list and put on the beginning.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.