Chapter Contents

Previous

Next
SCL List Class: _getNamedStringAt

SCL List Class: _getNamedStringAt



Finds the named character string item by searching for the nth occurrence of name, and starting the search at start.


Syntax

Syntax

return = objectName._getNamedStringAt( name,nth, start, default );

Argument Type Use Description
return Character Return The character value.
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.
default Character Input Default value to return if named item is not found.


Chapter Contents

Previous

Next

Top of Page

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