Chapter Contents

Previous

Next
SCL List Class: _popList

SCL List Class: _popList



Deletes and returns a list id from the list.


Syntax

Syntax

return = objectName._popList( index );

Argument Type Use Description
return List Return The list id contained in the item that was deleted.
index Numeric Input The index of the item to delete and return. If index is 0 or missing, index refers to the first item in the list. If index is negative, index refers to the item at abs(index) from the end of the list


Chapter Contents

Previous

Next

Top of Page

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