Chapter Contents |
Previous |
Next |
Text Viewer: _getNums |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_getNums', numbers); |
Argument | Type | Description | |
---|---|---|---|
numbers |
C | returns a value indicating whether line numbering is in effect: | |
'Y' | on | ||
'N' | off |
Example |
If the line numbers are on, _getNums returns a value of 'Y' to the variable NUMS:
call notify('textview', '_get_nums_', nums);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.