Chapter Contents

Previous

Next
SCL List Class: _hasItemAttribute

SCL List Class: _hasItemAttribute



Checks to see if an attribute is set on an item in the list.


Syntax

Syntax

return = objectName._hasItemAttribute( attr, index );

Argument Type Use Description
return Numeric Return 1 if the attribute is set, 0 otherwise.
attr Character Input The name of the attribute to check. See SCL reference on SETLATTR for list of valid values.
index Numeric Input Index of the item whose attributes to check.


Chapter Contents

Previous

Next

Top of Page

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