Chapter Contents |
Previous |
Next |
Radio Box: _setLabel |
Syntax | |
Details | |
Example |
Syntax |
CALL NOTIFY (radio-box-name, '_setLabel', button-text, button-number); |
Argument | Type | Description |
---|---|---|
button-text |
C | specifies the new label assigned to the radio button |
button-number |
N | specifies the button number |
Details |
_setLabel assigns the value specified in button-text as the new label for the radio box. If the radio box does not
have a return value, the new label also becomes the new return value. Return values for the radio buttons can be specified if the radio box has been filled from the
Enter Values
field in the Attributes window.
Example |
_setLabel assigns the label
Bucket
to the third button in RBOX1:
call notify('rbox1','_set_label_', 'Bucket',3);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.