Chapter Contents |
Previous |
Next |
GET_DATA Data Vector: _setWrapping |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_setWrapping', wrapping<, split-char>); |
Argument | Type | Description | |
---|---|---|---|
wrapping |
C | specifies 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 _setWrapping 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
{mono Two}{mono Three} will be split over three lines.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.