![]() Chapter Contents |
![]() Previous |
![]() Next |
| Check Box: _getLabel |
| Syntax | |
| Example |
Syntax |
| CALL NOTIFY (check-box-name, '_getLabel', label); |
| Argument | Type | Description |
|---|---|---|
| label |
C | returns the label assigned to the check box |
| Example |
_getLabel returns the label for CHECKBOX and assigns it to the variable TEXT:
length text $ 24;
call notify('checkbox','_get_label_',text);
_msg_='Current checkbox label is' || text;
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.