![]() Chapter Contents |
![]() Previous |
![]() Next |
| Radio Box: _getLabel |
| Inherited | from Widget |
| Syntax | |
| Example |
Syntax |
| CALL NOTIFY (radio-box-name, '_getLabel', button, label); |
| Argument | Type | Description |
|---|---|---|
| button |
N | specifies the number of the button |
| label |
C | returns the label assigned to the button |
| Example |
_getLabel returns the label for the third button in RBOX1 and assigns it to the variable TEXT:
length text $ 24;
call notify('rbox1','_get_label_',3,text);
_msg_="the label assigned to the third
button is : " || text;
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.