![]() Chapter Contents |
![]() Previous |
![]() Next |
| List Box: _deleteText |
| Syntax | |
| Example |
Syntax |
| CALL NOTIFY (list-box-name, '_deleteText', item-text<, occurrence>); |
| Argument | Type | Description |
|---|---|---|
| item-text |
C | specifies the text of the item to delete. Item-text is case sensitive. |
| occurrence |
N | specifies the number of the occurrence if more than one list item contains the specified text string. The default is 1. |
| Example |
_deleteText deletes the first occurrence of the item containing the string
North Carolina:
call notify('listbox1','_delete_text_',
'North Carolina',1);
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.