Chapter Contents |
Previous |
Next |
Text Viewer: _setHex |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_setHex', hex); |
Argument | Type | Description |
---|---|---|
hex |
C | specifies the setting: 'Y' -- hexadecimal values are displayed. 'N' -- hexadecimal values are not displayed. |
Example |
_setHex causes the text viewer to display the hexadecimal values of the text:
call notify ('textview', '_set_hex_', 'y');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.