Chapter Contents

Previous

Next
SCL List Class: _find

SCL List Class: _find



Finds the nth occurrence of the named item, starts searching at start. Returns the index where the item is found.


Syntax

Syntax

return = objectName._find( name, nth, start );

Argument Type Use Description
return Numeric Return Index where the named item was found, or zero if not found.
name Character Input Name of item to search for.
nth Numeric Input Occurence of name 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.