Chapter Contents |
Previous |
Next |
Text Viewer: _setNums |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_setNums', setting); |
Argument | Type | Description | |
---|---|---|---|
setting |
C | specifies the setting | |
'Y' | turns line numbering on | ||
'N' | turns line numbering off |
Example |
_setNums turns off the line numbers:
call notify('textview', '_set_nums_', 'n');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.