Chapter Contents

Previous

Next
SCL List Class: _findObject

SCL List Class: _findObject



Finds the nth occurrence of the object. Starts searching at start. Returns the index where the item is found.


Syntax

Syntax

return = objectName._findObject( val,nth,start );

Argument Type Use Description
return Numeric Return Index where the item was found, or zero if not found.
val Object Input Value to search for.
nth Numeric Input Occurence to search for.
start Numeric Input Index to start searching from.


Chapter Contents

Previous

Next

Top of Page

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