Chapter Contents

Previous

Next
Text Viewer: _setHex

Text Viewer: _setHex



Specifies whether the viewer displays the hexadecimal values of the text below the text line


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.