Chapter Contents

Previous

Next
SCL List Class: _popDouble

SCL List Class: _popDouble



Deletes and returns a numeric item from the list.


Syntax

Syntax

return = objectName._popDouble( index );

Argument Type Use Description
return Numeric Return The numeric value 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.