Chapter Contents |
Previous |
Next |
Combo Box Control: _find |
Syntax |
Syntax |
objectName._find( startRow, text ); |
objectName._find( startRow, text, caseSensitive ); |
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 |
caseSensitive | Character | Input | Specifies whether to perform a case sensitive search |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.