Chapter Contents |
Previous |
Next |
Radio Box: _getStation |
Syntax | |
Example |
Syntax |
CALL NOTIFY (radio-box-name, '_getStation', button-text, button); |
Argument | Type | Description |
---|---|---|
button-text |
C | specifies the label assigned to the button. This argument is case sensitive. |
button |
N | returns the number of the button (if the label does not exist, it contains a 0) |
Example |
_getStation returns the number of the button containing the label
Basket
and assigns the number to the variable BUTTON:
call notify('rbox1','_get_station_', 'Basket',button);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.