Chapter Contents

Previous

Next
SCL List Class: _setDouble

SCL List Class: _setDouble



Sets the value of the list item at index to val.


Syntax

Syntax

return = objectName._setDouble( val, index );

Argument Type Use Description
return Numeric Return The index of the item whose value was set.
val Numeric Input Numeric value to set.
index Numeric Input Index of the item to set. If negative, index is counted backward 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.