Chapter Contents |
Previous |
Next |
GET_DATA Data Vector: _getWrapping |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_getWrapping', wrapping<, split-char>); |
Argument | Type | Description | |
---|---|---|---|
wrapping |
C | returns the wrapping status | |
'Y' | the text will be wrapped | ||
'N' | the text will not be wrapped | ||
split-char |
C | character on which to split lines |
Details |
The _getWrapping method is valid only if the viewer is a table editor. If wrapping is set to 'Y', the character set by
split-char wraps the text over multiple lines. For example, if split-char is set to the backslash (\) character, the text
One\Two\Three
will be split over 3 lines.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.