Chapter Contents |
Previous |
Next |
List Box Control: _find |
Syntax |
Syntax |
objectName._find( startRow, text ); |
objectName._find( startRow2, text2, exactMatch ); |
Argument | Type | Use | Description |
---|---|---|---|
startRow | Numeric | Update | Specifies the starting row of the search and returns the row index if found |
text | Character | Input | Specifies the text string to search for |
startRow2 | Numeric | Update | Specifies the starting row of the search and returns the row index if found |
text2 | Character | Input | Specifies the text string to search for |
exactMatch | Character | Input | Specifies whether to perform an exact match on the text string |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.