Chapter Contents

Previous

Next
SCL List Class: _sortList

SCL List Class: _sortList



Sorts the list.


Syntax

Syntax

return = objectName._sortList( options,start,numberofitems );

Argument Type Use Description
return Numeric Return 0 for success, non-0 otherwise.
options Character Input Blank separated string of options to determine how the list is to be sorted. See SCL reference for SORTLIST function for list of valid options.
start Numeric Input Index of where to start sorting items.
numberofitems Numeric Input Number of items to sort.


Chapter Contents

Previous

Next

Top of Page

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