Chapter Contents |
Previous |
Next |
Text Viewer: _getColumns |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_getColumns', columns); |
Argument | Type | Description | |
---|---|---|---|
columns |
C | returns a value indicating whether column ruler display is in effect: | |
'Y' | displayed | ||
'N' | not displayed |
Example |
If the column ruler is not on, _getColumns returns the value 'N' to the variable COLS:
call notify('textview', '_get_columns_', cols);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.