Chapter Contents

Previous

Next
Row/Column Data Vector Class: _setWrapping

Row/Column Data Vector Class: _setWrapping



Sets the text wrapping information


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 is used to wrap the text over multiple lines. For example, if split-char is set to the backslash (\) character, the text One\Two\Three is split over three lines.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.